Skip to content

Commit 9c8d3e7

Browse files
committed
Update version and changelog
1 parent abdd27a commit 9c8d3e7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@ Unreleased changes will be displayed here upon implementation.
1616
- [JSV](https://hexdocs.pm/jsv/JSV.html)-compatible JsonSchema definitions for `format` and `defaults` as
1717
`ValueFormatter.Schema.Format` and `ValueFormatter.Schema.DefaultFormats`, respectively.
1818

19-
[unreleased]: https://github.com/box-id/value_formatters/compare/0.2.0...HEAD
20-
[0.2.0]: https://github.com/box-id/value_formatters/releases/tag/0.2.0
19+
## [0.2.1] - 2025-10-28
20+
21+
### Fixed
22+
23+
- Minor documentation fixes and improvements.
24+
25+
[unreleased]: https://github.com/box-id/value_formatters/compare/0.2.1...HEAD
26+
[0.2.1]: https://github.com/box-id/value_formatters/releases/tag/0.2.1

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ValueFormatters.MixProject do
44
def project do
55
[
66
app: :value_formatters,
7-
version: "0.2.0",
7+
version: "0.2.1",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)