Skip to content

Commit 4813519

Browse files
committed
Bumped version
1 parent 4b4d2e7 commit 4813519

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

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

8+
## [2.3.0] - 2023-02-16
9+
10+
### Added
11+
- `quantize_ansi` by [@Lunarmagpie](https://github.com/Lunarmagpie)
12+
813
## [2.2.2] - 2023-01-03
914

1015
### Added
@@ -104,4 +109,5 @@ Initial release 🎉
104109
[2.1.3]: https://github.com/trag1c/Dahlia/compare/2.1.2...2.1.3
105110
[2.2.0]: https://github.com/trag1c/Dahlia/compare/2.1.3...2.2.0
106111
[2.2.1]: https://github.com/trag1c/Dahlia/compare/2.2.0...2.2.1
107-
[2.2.2]: https://github.com/trag1c/Dahlia/compare/2.2.1...2.2.2
112+
[2.2.2]: https://github.com/trag1c/Dahlia/compare/2.2.1...2.2.2
113+
[2.3.0]: https://github.com/trag1c/Dahlia/compare/2.2.2...2.3.0

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
copyright = "2022, trag1c"
1515
author = "trag1c"
1616

17-
release = "2.2.2"
17+
release = "2.3.0"
1818

1919

2020
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dahlia"
3-
version = "2.2.2"
3+
version = "2.3.0"
44
description = "A library allowing you to use Minecraft format codes in strings."
55
authors = ["trag1c <trag1cdev@yahoo.com>"]
66
license = "MIT"

src/dahlia/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def main() -> None:
2424
"--version",
2525
help="print the version",
2626
action="version",
27-
version="%(prog)s 2.2.2",
27+
version="%(prog)s 2.3.0",
2828
)
2929
parser.add_argument("-c", "--clean", help="clean codes", action="store_true")
3030
parser.add_argument("string", nargs="?", help="the string to color", default=UNSET)

0 commit comments

Comments
 (0)