Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3bb027

Browse files
chore(main): release 0.3.0 (#30)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5b3cacf commit f3bb027

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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.3.0](https://github.com/mhanberg/schematic/compare/v0.2.1...v0.3.0) (2023-10-07)
4+
5+
6+
### Features
7+
8+
* option to disable schema key conversion ([#29](https://github.com/mhanberg/schematic/issues/29)) ([5b3cacf](https://github.com/mhanberg/schematic/commit/5b3cacf68e92b4f87265476c60cd3a783d216bb2))
9+
310
## [0.2.1](https://github.com/mhanberg/schematic/compare/v0.2.0...v0.2.1) (2023-07-14)
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.2.1",
9+
version: "0.3.0",
1010
elixir: "~> 1.10",
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)