Skip to content

Commit ded2d99

Browse files
authored
Merge pull request #54 from Geuthur/release
[RELEASE] v2.0.2
2 parents de2369c + 967bc72 commit ded2d99

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Section Order:
1111
### Removed
1212
-->
1313

14+
## [2.0.2] 2026-01-03
15+
16+
## Added
17+
- Makefile System
18+
19+
### Changed
20+
- removed negative error handler in some cases it needs to be negative see [#51](https://github.com/Geuthur/EVE-Alert/issues/51)
21+
1422
## [2.0.1] 2025-11-24
1523

1624
### Fixed
@@ -220,4 +228,9 @@ Big Thanks to [@Gotarr](https://github.com/Gotarr) for improving the whole EVE-A
220228

221229
## Full Changelog
222230

223-
https://github.com/geuthur/aa-ledger/compare/v0.4.0...v0.4.1
231+
[1.0.1]: https://github.com/Geuthur/eve-alert/compare/v1.0.0...v1.0.1 "1.0.1"
232+
[2.0.0]: https://github.com/Geuthur/eve-alert/compare/v1.0.1...v2.0.0 "2.0.0"
233+
[2.0.1]: https://github.com/Geuthur/eve-alert/compare/v2.0.0...v2.0.1 "2.0.1"
234+
[2.0.2]: https://github.com/Geuthur/eve-alert/compare/v2.0.1...v2.0.2 "2.0.2"
235+
[in development]: https://github.com/Geuthur/eve-alert/compare/v2.0.2...HEAD "In Development"
236+
[report any issues]: https://github.com/Geuthur/eve-alert/issues "report any issues"

evealert/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Initialize the app"""
22

3-
__version__ = "2.0.0"
3+
__version__ = "2.0.2"
44
__title__ = "EVE Alert"

0 commit comments

Comments
 (0)