chore(main): release 0.2.0

This commit is contained in:
Spencer Brower
2025-11-05 18:29:44 -05:00
parent 4273fa5895
commit 3e238771d1

View File

@@ -1,5 +1,16 @@
# Changelog
## [0.2.0](https://github.com/sbrow/envr/compare/v0.1.1...v0.2.0) (2025-11-05)
### ⚠ BREAKING CHANGES
* The config value `scan.Include` is now a list rather than a string.
### Features
* Multiple scan includes are now supported. ([4273fa5](https://github.com/sbrow/envr/commit/4273fa58956d8736271a0af66202dca481126fe4))
## [0.1.1](https://github.com/sbrow/envr/compare/v0.1.0...v0.1.1) (2025-11-05)