File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 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/).
77
88## [ Unreleased]
99
10+ ## [ 2.3.0] - 2025-02-27
11+
1012### Documentation
1113
1214* 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/).
8486
8587* to_map now only returns the submitted keys and keys with default values. (#10 by @lasseebert )
8688
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
8891[ 2.2.0 ] : https://github.com/vic/params/compare/v2.1.1...v2.2.0
8992[ 2.1.1 ] : https://github.com/vic/params/compare/v2.0.6...v2.1.1
9093[ 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
22 use Mix.Project
33
44 @ source_url "https://github.com/vic/params"
5- @ version "2.2 .0"
5+ @ version "2.3 .0"
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments