Skip to content

Commit 758f48f

Browse files
committed
v0.3.1
1 parent 2b58084 commit 758f48f

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# History
22

3+
## 0.3.1 (2025-09-13)
4+
5+
* Update docs.
6+
* Publish CDK Example.
7+
38
## 0.3.0 (2025-09-13)
49

510
* Fix so local caching via TOML works.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![PyPI license](https://img.shields.io/pypi/l/secrets-cache.svg)](https://pypi.org/project/secrets-cache/)
77
[![PyPI Python versions](https://img.shields.io/pypi/pyversions/secrets-cache.svg)](https://pypi.org/project/secrets-cache/)
88
[![GitHub Actions](https://github.com/rnag/py-secrets-cache/actions/workflows/release.yml/badge.svg)](https://github.com/rnag/py-secrets-cache/actions/workflows/release.yml)
9-
[![Documentation Status](https://readthedocs.org/projects/secrets-cache/badge/?version=latest)](https://secrets-cache.readthedocs.io/en/latest/?version=latest)
9+
[![Documentation Status](https://github.com/rnag/py-secrets-cache/actions/workflows/pages/pages-build-deployment/badge.svg)](https://ritviknag.com/py-secrets-cache/)
1010

1111
!!! tip
1212
Check out [secrets-cache-cdk-example](https://github.com/rnag/secrets-cache-cdk-example)
@@ -17,7 +17,7 @@ Cache secrets locally from AWS Secrets Manager and other secret stores, with opt
1717

1818
* PyPI package: https://pypi.org/project/secrets-cache/
1919
* Free software: MIT License
20-
* Documentation: https://secrets-cache.readthedocs.io
20+
* Documentation: https://ritviknag.com/py-secrets-cache/
2121

2222
## Installation
2323

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "secrets-cache"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Cache secrets locally from AWS Secrets Manager and other secret stores."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)