File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 2.3.0] - 2025-02-27
11
+
10
12
### Documentation
11
13
12
14
* Miscellaneous documentation changes, including updates for HexDocs.pm. (#37 by @kianmeng )
@@ -84,7 +86,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
84
86
85
87
* to_map now only returns the submitted keys and keys with default values. (#10 by @lasseebert )
86
88
87
- [ Unreleased ] : https://github.com/vic/params/compare/v2.2.0...HEAD
89
+ [ Unreleased ] : https://github.com/vic/params/compare/v2.3.0...HEAD
90
+ [ 2.3.0 ] : https://github.com/vic/params/compare/v2.1.1...v2.3.0
88
91
[ 2.2.0 ] : https://github.com/vic/params/compare/v2.1.1...v2.2.0
89
92
[ 2.1.1 ] : https://github.com/vic/params/compare/v2.0.6...v2.1.1
90
93
[ 2.0.6 ] : https://github.com/vic/params/compare/v2.0.5...v2.0.6
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Params.Mixfile do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/vic/params"
5
- @ version "2.2 .0"
5
+ @ version "2.3 .0"
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments