Skip to content

Commit e3d241f

Browse files
committed
Updated version
1 parent 651e4fa commit e3d241f

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.2.1] - 2022-12-27
9+
10+
### Changed
11+
- Minor CLI improvements
12+
13+
### Fixed
14+
- Changed the default depth in the Dahlia CLI to 4
15+
816
## [2.2.0] - 2022-12-21
917

1018
### Added
@@ -86,4 +94,5 @@ Initial release 🎉
8694
[2.1.1]: https://github.com/trag1c/Dahlia/compare/2.1.0...2.1.1
8795
[2.1.2]: https://github.com/trag1c/Dahlia/compare/2.1.1...2.1.2
8896
[2.1.3]: https://github.com/trag1c/Dahlia/compare/2.1.2...2.1.3
89-
[2.2.0]: https://github.com/trag1c/Dahlia/compare/2.1.3...2.2.0
97+
[2.2.0]: https://github.com/trag1c/Dahlia/compare/2.1.3...2.2.0
98+
[2.2.1]: https://github.com/trag1c/Dahlia/compare/2.2.0...2.2.1

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.0"
17+
release = "2.2.1"
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.0"
3+
version = "2.2.1"
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.0",
27+
version="%(prog)s 2.2.1",
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)