diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c6936..9807db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,3 +7,10 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html +## [v1.0.0.alpha.0](https://github.com/bswck/configzen/tree/v1.0.0.alpha.0) (2024-05-15) + + +### Changed + +- Refactored to work with Pydantic 2. Rewritten the core and introduced countless breaking + changes. diff --git a/news/+1623b7c4.changed.md b/news/+1623b7c4.changed.md deleted file mode 100644 index 2a141d3..0000000 --- a/news/+1623b7c4.changed.md +++ /dev/null @@ -1,3 +0,0 @@ - -Refactored to work with Pydantic 2. Rewritten the core and introduced countless breaking -changes. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4b08b6c..b89a1c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "configzen" -version = "0.0.0" +version = "1.0.0.alpha.0" description = "Manage configuration with pydantic." authors = ["bswck "] license = "GPL-3.0"