Skip to content

Commit c76ebfe

Browse files
authored
Update CHANGELOG for v1.0.0 release (#8)
Update CHANGELOG for v1.0.0 release
1 parent 57e86bc commit c76ebfe

File tree

3 files changed

+48
-37
lines changed

3 files changed

+48
-37
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.0](releases/tag/v1.0.0) - 2022-05-09
8+
9+
### Changed
10+
- Development, build and release is now based on [python-poetry](https://python-poetry.org).
11+
- No change to functionality since v0.3.0.
12+
13+
### Compatibility
14+
- Python 3.8+
15+
716
## [0.3.0](releases/tag/v0.3.0) - 2022-01-14
817

918
### Added

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Pull requests are welcome.
2828

2929
- You need Python 3.8 installed.
3030
- This is the minimum supported version of the tool. Developing with a later version risks introducing type hints such as `list[dict]` that are not compatible with Python 3.8.
31+
- You need Poetry installed. Run this in an Admin CMD or under `sudo`:
32+
- `pip install poetry`
3133

3234
Initialise Poetry by telling it where Python 3.8 is, e.g.
3335

poetry.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)