diff --git a/.stentor.d/171.chore.upgrade-go-118.md b/.stentor.d/171.chore.upgrade-go-118.md deleted file mode 100644 index 70ae0ff..0000000 --- a/.stentor.d/171.chore.upgrade-go-118.md +++ /dev/null @@ -1 +0,0 @@ -Upgrade module and tooling for go 1.18. diff --git a/.stentor.d/266.feat.error-on-unknown-section-name.md b/.stentor.d/266.feat.error-on-unknown-section-name.md deleted file mode 100644 index 11681d7..0000000 --- a/.stentor.d/266.feat.error-on-unknown-section-name.md +++ /dev/null @@ -1,2 +0,0 @@ -Stentor now throws an error when it parses a fragment with a section name -that does not exist in its list of configured sections. diff --git a/CHANGELOG.md b/CHANGELOG.md index 80974c5..ea32a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Changes for the next release can be found in the [".stentor.d" directory](./.stentor.d). +## [v0.4.0] - 2023-09-11 + +### Deprecated + +- Upgrade module and tooling for go 1.18. + [#171](https://github.com/wfscheper/stentor/issues/171) + + +### Added + +- Stentor now throws an error when it parses a fragment with a section name + that does not exist in its list of configured sections. + [#266](https://github.com/wfscheper/stentor/issues/266) + + +[v0.4.0]: https://github.com/wfscheper/stentor/compare/v0.3.0...v0.4.0 + + +---- ## [v0.3.0] - 2021-12-08