Skip to content

Commit

Permalink
Version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Oct 21, 2022
1 parent a6047c2 commit 79f0377
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - 202x-xx-xx

### Added
-
## [2.5.1] - 2022-10-21

### Changed
- Allow to pass a blank color to `color()`, it will return the text unchanged
- Refactored price hightlights, it should now highlight price that would be hidden by a slightly upper value (like 1.025 being hidden because that exact price is not available, but it is surrounded by 1.02, and 1.03, then it will take the place of 1.02)
- Better-looking Y-axis style (when on the left-side: `PRICE │―``PRICE ┤`, and on the right-side: `│― PRICE``├ PRICE`)

### Removed
-

## [2.5.0] - 2022-10-19

### Added
Expand Down Expand Up @@ -83,7 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First version.


[Unreleased]: https://github.com/BoboTiG/py-candlestick-chart/compare/v2.5.0...HEAD
[2.5.1]: https://github.com/BoboTiG/py-candlestick-chart/tree/v2.5.1
[2.5.0]: https://github.com/BoboTiG/py-candlestick-chart/tree/v2.5.0
[2.4.0]: https://github.com/BoboTiG/py-candlestick-chart/tree/v2.4.0
[2.3.0]: https://github.com/BoboTiG/py-candlestick-chart/tree/v2.3.0
Expand Down
2 changes: 1 addition & 1 deletion src/candlestick_chart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
If that URL should fail, try contacting the author.
"""

__version__ = "2.5.1-dev"
__version__ = "2.5.1"
__author__ = "Mickaël 'Tiger-222' Schoentgen"
__copyright__ = """
Copyright (c) 2022, Mickaël 'Tiger-222' Schoentgen
Expand Down

0 comments on commit 79f0377

Please sign in to comment.