Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.0"
".": "0.8.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> stabilising. Minor (`0.X.0`) releases may include breaking changes; patch
> (`0.x.Y`) releases are reserved for backwards-compatible fixes.

## [0.8.0](https://github.com/MarketSquare/confargs/compare/v0.7.0...v0.8.0) (2026-08-31)


### Features

* add argument-file BOM handling and expandvars pragma ([#40](https://github.com/MarketSquare/confargs/issues/40)) ([daabb4a](https://github.com/MarketSquare/confargs/commit/daabb4add7cb1a879937f446f6d61ca6c2803947))

## [0.7.0](https://github.com/MarketSquare/confargs/compare/v0.6.0...v0.7.0) (2026-08-31)


Expand Down
2 changes: 1 addition & 1 deletion src/confargs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from confargs.processor import ConfigurationProcessor
from confargs.profiles import build_profile_overlay, select_profiles

__version__ = "0.7.0" # x-release-please-version
__version__ = "0.8.0" # x-release-please-version

__all__ = [
"MISSING",
Expand Down