Skip to content

Commit

Permalink
version: 2.2.10 -> 2.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonChou committed Sep 11, 2024
1 parent 6b4d9ba commit a788747
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
## Unreleased
- Diamondust predictor.
- Aurora predictor.

## [2.2.11] - 2024-09-11
### Fixed
- Fix EorzeaTime rollover issue by [@mwishum](https://github.com/mwishum) ([#14](https://github.com/EltonChou/EorzeaEnv/issues/14))
- Fix `EorzeaTime` rollover issue([#14](https://github.com/EltonChou/EorzeaEnv/issues/14)) by [@mwishum](https://github.com/mwishum)

## [2.2.10] - 2024-07-02
### Added
Expand Down
2 changes: 1 addition & 1 deletion EorzeaEnv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
__title__ = "EorzeaEnv"
__author__ = "Elton H.Y. Chou"
__license__ = "MIT"
__version__ = "2.2.10"
__version__ = "2.2.11"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ format: # Format the code.
black .

update-version: # Sync package file version.
sed -i "s/[0-9]\.[0-9]\.[0-9]/$$(poetry version --short)/1" EorzeaEnv/__init__.py
sed -i -E "s/[0-9]+\.[0-9]+\.[0-9]+/$$(poetry version --short)/1" EorzeaEnv/__init__.py

print-changelog: # Print changelog of current version.
@awk -v ver=$$(poetry version --short) '/^#+ \[/ { if (p) { exit }; if ($$2 == "["ver"]") { p=1; next } } p && NF' CHANGELOG.md
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "EorzeaEnv"
version = "2.2.10"
version = "2.2.11"
description = "Final Fantasy XIV weather & time tools."
keywords = ["eorzea", "ffxiv", "ff14", "final fantasy"]
authors = ["Elton Chou <plscd748@gmail.com>"]
Expand Down

0 comments on commit a788747

Please sign in to comment.