Skip to content

Commit 5e47fe1

Browse files
committed
🔖 Release of v1.0.2
1 parent 25bfae9 commit 5e47fe1

File tree

4 files changed

+81
-32
lines changed

4 files changed

+81
-32
lines changed

CHANGELOG.md

+26-8
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,42 @@ This changelog follows the conventions of [keepachangelog.com](http://keepachang
77

88
- Publish to Pypy
99

10-
## [v1.0.0 - 2023-10-27](https://github.com/drearondow/pygments-rose-pine/compare/3f11e57...v1.0.0)
11-
12-
Initial release.
10+
## [v1.0.2 - 2024-07-24](https://github.com/rose-pine/pygments/compare/v1.0.1...v1.0.2)
1311

1412
### Added
1513

16-
- Rose Pine main theme
17-
- Rose Pine Moon theme
18-
- Rose Pine Dawn theme
14+
- Installation script for `Pipx`
15+
16+
## Fixed
17+
18+
- Repo's link on installation snippet
19+
20+
## Changed
21+
22+
- Upgraded dependencies
23+
24+
## Deprecated
1925

20-
## v1.0.1 - 2023-11-06
26+
- N/A
27+
28+
## [v1.0.1 - 2023-11-06](https://github.com/rose-pine/pygments/compare/v1.0.0...v1.0.1)
2129

2230
### Added
2331

24-
- 📝 Sphinx documentation
32+
- 📝 Sphinx documentation
2533
- 👷🏼CI/CD testing pipeline
2634
- 👷🏼Codecov
2735

2836
## Fixed
2937

3038
- 🐛 Add background color attributes [#1](https://github.com/rose-pine/pygments/issues/1)
39+
40+
## [v1.0.0 - 2023-10-27](https://github.com/drearondow/pygments-rose-pine/compare/3f11e57...v1.0.0)
41+
42+
Initial release.
43+
44+
### Added
45+
46+
- Rose Pine main theme
47+
- Rose Pine Moon theme
48+
- Rose Pine Dawn theme

docs/changelog.rst

+53-22
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,68 @@
1-
==========
21
Changelog
3-
==========
2+
=========
43

5-
All notable changes to this project will be documented here.
6-
This changelog follows the conventions of `keepachangelog.com <http://keepachangelog.com/>`_.
4+
All notable changes to this project will be documented here. This
5+
changelog follows the conventions of
6+
`keepachangelog.com <http://keepachangelog.com/>`__.
77

8-
`Unreleased <https://github.com/drearondov/pygments-rose-pine/compare/v1.0.0...HEAD>`_
9-
=======================================================================================
8+
`Unreleased <https://github.com/drearondov/pygments-rose-pine/compare/v1.0.0...HEAD>`__
9+
---------------------------------------------------------------------------------------
1010

11+
- Publish to Pypy
1112

12-
`v1.0.0 (2023-10-28)<https://github.com/drearondow/pygments-rose-pine/compare/3f11e57...v1.0.0>`_
13-
==================================================================================================
14-
15-
Initial release.
13+
`v1.0.2 - 2024-07-24 <https://github.com/rose-pine/pygments/compare/v1.0.1...v1.0.2>`__
14+
---------------------------------------------------------------------------------------
1615

1716
Added
18-
+++++
17+
~~~~~
18+
19+
- Installation script for ``Pipx``
20+
21+
Fixed
22+
-----
23+
24+
- Repo’s link on installation snippet
25+
26+
Changed
27+
-------
28+
29+
- Upgraded dependencies
30+
31+
Deprecated
32+
----------
1933

20-
- Rose Pine main theme
21-
- Rose Pine Moon theme
22-
- Rose Pine Dawn theme
34+
- N/A
2335

24-
v1.0.1 - 2023-11-06
25-
===================
36+
`v1.0.1 - 2023-11-06 <https://github.com/rose-pine/pygments/compare/v1.0.0...v1.0.1>`__
37+
---------------------------------------------------------------------------------------
38+
39+
.. _added-1:
2640

2741
Added
28-
+++++
42+
~~~~~
43+
44+
- 📝 Sphinx documentation
45+
- 👷🏼CI/CD testing pipeline
46+
- 👷🏼Codecov
2947

30-
- 📝 Sphinx documentation
31-
- 👷🏼CI/CD testing pipeline
32-
- 👷🏼Codecov
48+
.. _fixed-1:
3349

3450
Fixed
35-
+++++
51+
-----
52+
53+
- 🐛 Add background color attributes
54+
`#1 <https://github.com/rose-pine/pygments/issues/1>`__
55+
56+
`v1.0.0 - 2023-10-27 <https://github.com/drearondow/pygments-rose-pine/compare/3f11e57...v1.0.0>`__
57+
---------------------------------------------------------------------------------------------------
58+
59+
Initial release.
60+
61+
.. _added-2:
62+
63+
Added
64+
~~~~~
3665

37-
- 🐛 Add background color attributes `#1 <https://github.com/rose-pine/pygments/issues/1>`_
66+
- Rose Pine main theme
67+
- Rose Pine Moon theme
68+
- Rose Pine Dawn theme

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pygments-rose-pine"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Soho vibes for Pygments"
55
license = "ISC"
66
authors = ["Andrea Rondón <[email protected]>"]

src/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__: str = "Andrea Rondón"
44
__email__: str = "[email protected]"
5-
__version__: str = "1.0.1"
5+
__version__: str = "1.0.2"

0 commit comments

Comments
 (0)