Skip to content
Open
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.1.9"
".": "0.1.10"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.10](https://github.com/alltuner/vaultuner/compare/v0.1.9...v0.1.10) (2026-03-18)


### Documentation Updates

* add support section and FUNDING.yml ([#37](https://github.com/alltuner/vaultuner/issues/37)) ([d455034](https://github.com/alltuner/vaultuner/commit/d455034da5e6fc40252868f578a6019cca3ed3bf))

## [0.1.9](https://github.com/alltuner/vaultuner/compare/v0.1.8...v0.1.9) (2026-02-06)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "vaultuner"
version = "0.1.9"
version = "0.1.10"
description = "Bitwarden Secrets Manager CLI with PROJECT/[ENV/]SECRET naming"
readme = "README.md"
license = { text = "MIT" }
Expand Down