diff --git a/CHANGELOG.md b/CHANGELOG.md index e550945..c7834f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,24 +7,42 @@ This changelog follows the conventions of [keepachangelog.com](http://keepachang - Publish to Pypy -## [v1.0.0 - 2023-10-27](https://github.com/drearondow/pygments-rose-pine/compare/3f11e57...v1.0.0) - -Initial release. +## [v1.0.2 - 2024-07-24](https://github.com/rose-pine/pygments/compare/v1.0.1...v1.0.2) ### Added -- Rose Pine main theme -- Rose Pine Moon theme -- Rose Pine Dawn theme +- Installation script for `Pipx` + +## Fixed + +- Repo's link on installation snippet + +## Changed + +- Upgraded dependencies + +## Deprecated -## v1.0.1 - 2023-11-06 +- N/A + +## [v1.0.1 - 2023-11-06](https://github.com/rose-pine/pygments/compare/v1.0.0...v1.0.1) ### Added -- 📝 Sphinx documentation +- 📝 Sphinx documentation - 👷🏼CI/CD testing pipeline - 👷🏼Codecov ## Fixed - 🐛 Add background color attributes [#1](https://github.com/rose-pine/pygments/issues/1) + +## [v1.0.0 - 2023-10-27](https://github.com/drearondow/pygments-rose-pine/compare/3f11e57...v1.0.0) + +Initial release. + +### Added + +- Rose Pine main theme +- Rose Pine Moon theme +- Rose Pine Dawn theme diff --git a/docs/changelog.rst b/docs/changelog.rst index 3ff07a2..fec05a8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,37 +1,68 @@ -========== Changelog -========== +========= -All notable changes to this project will be documented here. -This changelog follows the conventions of `keepachangelog.com `_. +All notable changes to this project will be documented here. This +changelog follows the conventions of +`keepachangelog.com `__. -`Unreleased `_ -======================================================================================= +`Unreleased `__ +--------------------------------------------------------------------------------------- +- Publish to Pypy -`v1.0.0 (2023-10-28)`_ -================================================================================================== - -Initial release. +`v1.0.2 - 2024-07-24 `__ +--------------------------------------------------------------------------------------- Added -+++++ +~~~~~ + +- Installation script for ``Pipx`` + +Fixed +----- + +- Repo’s link on installation snippet + +Changed +------- + +- Upgraded dependencies + +Deprecated +---------- -- Rose Pine main theme -- Rose Pine Moon theme -- Rose Pine Dawn theme +- N/A -v1.0.1 - 2023-11-06 -=================== +`v1.0.1 - 2023-11-06 `__ +--------------------------------------------------------------------------------------- + +.. _added-1: Added -+++++ +~~~~~ + +- 📝 Sphinx documentation +- 👷🏼CI/CD testing pipeline +- 👷🏼Codecov -- 📝 Sphinx documentation -- 👷🏼CI/CD testing pipeline -- 👷🏼Codecov +.. _fixed-1: Fixed -+++++ +----- + +- 🐛 Add background color attributes + `#1 `__ + +`v1.0.0 - 2023-10-27 `__ +--------------------------------------------------------------------------------------------------- + +Initial release. + +.. _added-2: + +Added +~~~~~ -- 🐛 Add background color attributes `#1 `_ +- Rose Pine main theme +- Rose Pine Moon theme +- Rose Pine Dawn theme diff --git a/pyproject.toml b/pyproject.toml index 0c98a6a..785ad25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pygments-rose-pine" -version = "1.0.1" +version = "1.0.2" description = "Soho vibes for Pygments" license = "ISC" authors = ["Andrea Rondón "] diff --git a/src/__init__.py b/src/__init__.py index 3844c89..52a0a4b 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -2,4 +2,4 @@ __author__: str = "Andrea Rondón" __email__: str = "andrea.estefania.rv@gmail.com" -__version__: str = "1.0.1" +__version__: str = "1.0.2"