diff --git a/.changeset/clever-waves-notice.md b/.changeset/clever-waves-notice.md deleted file mode 100644 index 09972e78c..000000000 --- a/.changeset/clever-waves-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/schema": minor ---- - -Make transformations strict by default (and allow relaxing constraints with `strict: false` option) diff --git a/.changeset/modern-forks-raise.md b/.changeset/modern-forks-raise.md deleted file mode 100644 index 4cd5fdcb6..000000000 --- a/.changeset/modern-forks-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/schema": patch ---- - -memoize the Parser per AST diff --git a/.changeset/old-spies-sell.md b/.changeset/old-spies-sell.md deleted file mode 100644 index 08b8b3863..000000000 --- a/.changeset/old-spies-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/schema": minor ---- - -update effect diff --git a/CHANGELOG.md b/CHANGELOG.md index 277827c5c..011cc2701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @effect/schema +## 0.45.0 + +### Minor Changes + +- [#491](https://github.com/Effect-TS/schema/pull/491) [`135072e`](https://github.com/Effect-TS/schema/commit/135072e16f64f4ac6752f5496a2c40468dcc7cdb) Thanks [@gcanti](https://github.com/gcanti)! - Make transformations strict by default (and allow relaxing constraints with `strict: false` option) + +- [#495](https://github.com/Effect-TS/schema/pull/495) [`c02334c`](https://github.com/Effect-TS/schema/commit/c02334c9bf4d40a2fa594433a11fd730662fbb4d) Thanks [@tim-smart](https://github.com/tim-smart)! - update effect + +### Patch Changes + +- [#475](https://github.com/Effect-TS/schema/pull/475) [`46dcfeb`](https://github.com/Effect-TS/schema/commit/46dcfeba229ccb7a17555691856d066b22ea1d8d) Thanks [@tim-smart](https://github.com/tim-smart)! - memoize the Parser per AST + ## 0.44.0 ### Minor Changes diff --git a/package.json b/package.json index 8fdba5517..968f2dcdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/schema", - "version": "0.44.0", + "version": "0.45.0", "publishConfig": { "access": "public" },