Skip to content

Commit c10f664

Browse files
chore(main): release 0.4.0 (#33)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b524b5a commit c10f664

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.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.3.1"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/mhanberg/schematic/compare/v0.3.1...v0.4.0) (2024-10-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Raises minimum Elixir version to 1.12
9+
10+
### Features
11+
12+
* allow default values for optional map keys ([#32](https://github.com/mhanberg/schematic/issues/32)) ([f4f799c](https://github.com/mhanberg/schematic/commit/f4f799c9450764f2251ef71e43b6082b7ce15272))
13+
* atom schematic ([#34](https://github.com/mhanberg/schematic/issues/34)) ([b524b5a](https://github.com/mhanberg/schematic/commit/b524b5a0bb5bf9432aad23470b4d9dba6c2ccf65))
14+
315
## [0.3.1](https://github.com/mhanberg/schematic/compare/v0.3.0...v0.3.1) (2023-10-07)
416

517

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.3.1",
9+
version: "0.4.0",
1010
elixir: "~> 1.12",
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)