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.0.0"
".": "1.0.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 1.0.0 (2026-08-19)


### Features

* unify gitlab, aws-ssm and azure secrets tools into one cli ([a4480e7](https://github.com/deploymode/populate-secrets/commit/a4480e7c7a56b050e619492e45b0d8e9369b4acc))


### Miscellaneous

* release 1.0.0 ([34c92d2](https://github.com/deploymode/populate-secrets/commit/34c92d2de6fc4ee8b92aa57c9765b1dc3f02fdd8))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "populate-secrets"
version = "0.0.0"
version = "1.0.0"
description = "Populate secrets and environment variables into GitLab CI/CD, AWS SSM Parameter Store, and Azure"
readme = "README.md"
license = "MIT"
Expand Down
Loading