Skip to content

Commit b481dc8

Browse files
github-actions[bot]fblanchetNaN
authored andcommitted
chore: release 0.2.0
1 parent ff7a738 commit b481dc8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.2.0](https://www.github.com/NotANameServer/incipyt/compare/v0.1.0...v0.2.0) (2022-05-28)
4+
5+
6+
### Features
7+
8+
* advanced logging configuration ([3f5e470](https://www.github.com/NotANameServer/incipyt/commit/3f5e470fd1336cbb5ccc65f2a50d054d344b8af1)), closes [#22](https://www.github.com/NotANameServer/incipyt/issues/22)
9+
* crash when git is missing ([151f8a8](https://www.github.com/NotANameServer/incipyt/commit/151f8a8adca513556a4e21494e50379f561cef13))
10+
* **setuptools:** specific var for python_requires ([42ce7be](https://www.github.com/NotANameServer/incipyt/commit/42ce7be70d55c6a0f321c26acc1477f0c18639ce)), closes [#31](https://www.github.com/NotANameServer/incipyt/issues/31)
11+
12+
13+
### Bug Fixes
14+
15+
* **venv:** --upgrade-deps option missing on mint ([80b0bcf](https://www.github.com/NotANameServer/incipyt/commit/80b0bcfbee653b0530ede035daad15ebb12b099e)), closes [#27](https://www.github.com/NotANameServer/incipyt/issues/27)
16+
317
## 0.1.0 (2022-04-27)
418

519

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ maintainers = [
1818
name = "incipyt"
1919
readme = "README.md"
2020
requires-python = ">=3.7, <4.0"
21-
version = "0.1.0"
21+
version = "0.2.0"
2222
classifiers = [
2323
"Development Status :: 3 - Alpha",
2424
"Environment :: Console",

0 commit comments

Comments
 (0)