Skip to content

Commit c25ba6d

Browse files
committed
2.2.4
1 parent 63b3e12 commit c25ba6d

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

README.rst

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
.. image:: https://img.shields.io/pypi/dm/pysecret.svg
2121

22+
.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social
23+
:target: https://github.com/MacHu-GWU/pysecret-project/blob/main/release-history.rst
24+
2225
.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
2326
:target: https://github.com/MacHu-GWU/pysecret-project
2427

pysecret/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.2.3"
1+
__version__ = "2.2.4"
22

33
if __name__ == "__main__": # pragma: no cover
44
print(__version__)

release-history.rst

+11
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ Release and Version History
1515
**Miscellaneous**
1616

1717

18+
2.2.4 (2023-11-18)
19+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20+
**Bugfixes**
21+
22+
- fix a bug that when load AWS SSM parameter using label, the returned Parameter object doesn't have the correct label information.
23+
24+
**Miscellaneous**
25+
26+
- improved the documentation in the ``04-AWS-Parameter-Store.ipynb`` notebook.
27+
28+
1829
2.2.3 (2023-05-12)
1930
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2031
**Bugfixes**

0 commit comments

Comments
 (0)