Skip to content

Commit 0385a11

Browse files
committed
build: add changelog for 1.0.1
Signed-off-by: Adrien Barreau <adrien.barreau@ovhcloud.com>
1 parent 8f72a57 commit 0385a11

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
## 1.0.1 (2023-03-07)
5+
6+
- [buildsystem] missing changelog entry for 1.0.0
7+
- [buildsystem] add github actions
8+
- [buildsystem] apply flake8 linting
9+
- [buildsystem] apply isort formatting
10+
- [buildsystem] apply black formatting
11+
- [buildsystem] switch to pytest
12+
413
## 1.0.0 (2022-03-15)
514

615
- [buildsystem] remove python 2 support (#110)

debian/changelog

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
python-ovh (1.0.0) master; urgency=medium
1+
python-ovh (1.0.1) experimental; urgency=medium
2+
3+
* chore: missing changelog entry for 1.0.0 (#112)
4+
* build: add github actions (#112)
5+
* chore: apply flake8 linting (#112)
6+
* chore: apply isort formatting (#112)
7+
* chore: apply black formatting (#112)
8+
* test: switch to pytest (#112)
9+
10+
-- Adrien Barreau <adrien.barreau@ovhcloud.com> Mon, 06 Mar 2023 16:40:26 +0000
11+
12+
python-ovh (1.0.0) experimental; urgency=medium
213

314
* breaking: remove python 2 support (#110)
415
* feat: added compatibility for Python 3.8, 3.9, 3.10 (#108)

0 commit comments

Comments
 (0)