Skip to content

Commit b5055d1

Browse files
committed
Update changelog for v0.1.0
1 parent 5c32c63 commit b5055d1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ The format is based on [Keep a Changelog], and this project adheres to
1212
## [Unreleased](https://github.com/bbugyi200/zorg/compare/0.1.0...HEAD)
1313

1414
No notable changes have been made.
15+
16+
## [0.1.0](https://github.com/bbugyi200/zorg/releases/tag/0.1.0) - 2024-01-15
17+
18+
* First release.

requirements-dev.in

+2
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ bump2version
2727
cruft[pyproject]
2828
pip-tools
2929
setuptools_scm
30+
31+
structlog < 23

requirements-dev.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,10 @@ sphinxcontrib-qthelp==1.0.3
226226
# via sphinx
227227
sphinxcontrib-serializinghtml==1.1.5
228228
# via sphinx
229-
structlog==24.1.0
230-
# via bolton-logrus
229+
structlog==22.3.0
230+
# via
231+
# -r requirements-dev.in
232+
# bolton-logrus
231233
syrupy==4.6.0
232234
# via -r requirements-dev.in
233235
text-unidecode==1.3

0 commit comments

Comments
 (0)