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