Skip to content

Commit

Permalink
🔖 Release of v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drearondov committed Jul 24, 2024
1 parent 25bfae9 commit 5e47fe1
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 32 deletions.
34 changes: 26 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
75 changes: 53 additions & 22 deletions docs/changelog.rst
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
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 = "pygments-rose-pine"
version = "1.0.1"
version = "1.0.2"
description = "Soho vibes for Pygments"
license = "ISC"
authors = ["Andrea Rondón <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__: str = "Andrea Rondón"
__email__: str = "[email protected]"
__version__: str = "1.0.1"
__version__: str = "1.0.2"

0 comments on commit 5e47fe1

Please sign in to comment.