Skip to content

Commit 1cf0b2f

Browse files
chore(main): release 0.5.1 (#43)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 718eccb commit 1cf0b2f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.5.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [0.5.1](https://github.com/mhanberg/schematic/compare/v0.5.0...v0.5.1) (2025-03-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **inspect:** maps with keys/values options ([#42](https://github.com/mhanberg/schematic/issues/42)) ([718eccb](https://github.com/mhanberg/schematic/commit/718eccbc1795f4eb450d12733bbded43e9a64279))
9+
310
## [0.5.0](https://github.com/mhanberg/schematic/compare/v0.4.0...v0.5.0) (2025-03-26)
411

512

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Schematic.MixProject do
66
app: :schematic,
77
description: "Data validation and transformation",
88
package: package(),
9-
version: "0.5.0",
9+
version: "0.5.1",
1010
elixir: "~> 1.12",
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)