Skip to content

Commit 2f5572b

Browse files
committed
Bump version to 0.2.2 and update changelog
1 parent f797f6c commit 2f5572b

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
Unreleased changes will be displayed here upon implementation.
1111

12-
## [0.2.0] - 2025-08-13
13-
14-
### Added
12+
## [0.2.2] - 2025-11-15
1513

16-
- [JSV](https://hexdocs.pm/jsv/JSV.html)-compatible JsonSchema definitions for `format` and `defaults` as
17-
`ValueFormatter.Schema.Format` and `ValueFormatter.Schema.DefaultFormats`, respectively.
14+
### Added
15+
- Added support for custom coordinate separators in coordinate formatting.
1816

1917
## [0.2.1] - 2025-10-28
2018

2119
### Fixed
2220

2321
- Minor documentation fixes and improvements.
2422

25-
[unreleased]: https://github.com/box-id/value_formatters/compare/0.2.1...HEAD
23+
## [0.2.0] - 2025-08-13
24+
25+
### Added
26+
27+
- [JSV](https://hexdocs.pm/jsv/JSV.html)-compatible JsonSchema definitions for `format` and `defaults` as
28+
`ValueFormatter.Schema.Format` and `ValueFormatter.Schema.DefaultFormats`, respectively.
29+
30+
[unreleased]: https://github.com/box-id/value_formatters/compare/0.2.2...HEAD
31+
[0.2.2]: https://github.com/box-id/value_formatters/releases/tag/0.2.2
2632
[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.1",
7+
version: "0.2.2",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)