-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25bfae9
commit 5e47fe1
Showing
4 changed files
with
81 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,68 @@ | ||
========== | ||
Changelog | ||
========== | ||
========= | ||
|
||
All notable changes to this project will be documented here. | ||
This changelog follows the conventions of `keepachangelog.com <http://keepachangelog.com/>`_. | ||
All notable changes to this project will be documented here. This | ||
changelog follows the conventions of | ||
`keepachangelog.com <http://keepachangelog.com/>`__. | ||
|
||
`Unreleased <https://github.com/drearondov/pygments-rose-pine/compare/v1.0.0...HEAD>`_ | ||
======================================================================================= | ||
`Unreleased <https://github.com/drearondov/pygments-rose-pine/compare/v1.0.0...HEAD>`__ | ||
--------------------------------------------------------------------------------------- | ||
|
||
- Publish to Pypy | ||
|
||
`v1.0.0 (2023-10-28)<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 | ||
+++++ | ||
~~~~~ | ||
|
||
- 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 <https://github.com/rose-pine/pygments/compare/v1.0.0...v1.0.1>`__ | ||
--------------------------------------------------------------------------------------- | ||
|
||
.. _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 <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-2: | ||
|
||
Added | ||
~~~~~ | ||
|
||
- 🐛 Add background color attributes `#1 <https://github.com/rose-pine/pygments/issues/1>`_ | ||
- Rose Pine main theme | ||
- Rose Pine Moon theme | ||
- Rose Pine Dawn theme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
__author__: str = "Andrea Rondón" | ||
__email__: str = "[email protected]" | ||
__version__: str = "1.0.1" | ||
__version__: str = "1.0.2" |