kopia lustrzana https://github.com/corrscope/corrscope
0.4.0-pre
rodzic
e2d0625de7
commit
14f4c4d8d7
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,14 @@
|
||||||
|
## 0.4.0-pre
|
||||||
|
|
||||||
|
### Breaking Changes
|
||||||
|
...
|
||||||
|
|
||||||
|
### Features
|
||||||
|
...
|
||||||
|
|
||||||
|
### Changelog
|
||||||
|
...
|
||||||
|
|
||||||
## 0.3.0
|
## 0.3.0
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|
|
@ -7,7 +7,7 @@ _package = Path(__file__).parent
|
||||||
|
|
||||||
|
|
||||||
# Version prefix
|
# Version prefix
|
||||||
base_version = "0.3.0"
|
base_version = "0.4.0-pre"
|
||||||
is_dev = "-" in base_version
|
is_dev = "-" in base_version
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "corrscope"
|
name = "corrscope"
|
||||||
version = "0.3.0"
|
version = "0.4.0-pre"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["nyanpasu64 <nyanpasu64@tuta.io>"]
|
authors = ["nyanpasu64 <nyanpasu64@tuta.io>"]
|
||||||
license = "BSD-2-Clause"
|
license = "BSD-2-Clause"
|
||||||
|
|
Ładowanie…
Reference in New Issue