File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to this project will be documented in this file.
3-
3+
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## [ Unreleased] - yyyy-mm-dd
7+ ## [ 0.3.0] - 2023-10-03
8+
9+ ### Added
10+
11+ - Stub pytest test
812
913### Changed
1014
11- - Update dependency to firebird-base >=1.6.1
15+ - Update dependency to firebird-base >=1.7.0
1216- Build system changed from setuptools to hatch
1317- Package version is now defined in firebird.uuid.__ about__ .py (__ version__ )
1418
15- ### Added
16-
17- - Stub pytest test
18-
1919## [ 0.2.0] - 2023-03-02
2020
2121### Changed
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Version 0.3.0
66=============
77
88* Switch from setuptools to `hatch <https://hatch.pypa.io/latest/>`_.
9- * Update dependency to firebird-base >=1.6.1
9+ * Update dependency to firebird-base >=1.7.0
1010* Package version is now defined in firebird.uuid.__about__.py (__version__)
1111
1212Version 0.2.0
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies = [
3434 " toml>=0.10.2" ,
3535 " PyYAML>=6.0.1, <7" ,
3636 " requests>=2.31.0" ,
37- " firebird-base>=1.6.1 " ,
37+ " firebird-base>=1.7.0 " ,
3838]
3939
4040[project .urls ]
You can’t perform that action at this time.
0 commit comments