File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments