Skip to content

Commit e048d6b

Browse files
📝 Fix changelog and add link in pyproject.
1 parent d71928d commit e048d6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ and the format of this file is based on [Keep a Changelog](https://keepachangelo
121121
- Dynamically creating generic types
122122

123123
[unreleased]: https://github.com/python-lapidary/lapidary/compare/v0.12.3...HEAD
124-
[0.12.2]: https://github.com/python-lapidary/lapidary/compare/v0.12.2...v0.12.3
124+
[0.12.3]: https://github.com/python-lapidary/lapidary/compare/v0.12.2...v0.12.3
125125
[0.12.2]: https://github.com/python-lapidary/lapidary/compare/v0.12.1...v0.12.2
126126
[0.12.1]: https://github.com/python-lapidary/lapidary/compare/v0.12.0...v0.12.1
127127
[0.12.0]: https://github.com/python-lapidary/lapidary/compare/v0.11.0...v0.12.0

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ version = "0.12.3"
2323

2424
[project.urls]
2525
Homepage = "https://lapidary.dev/"
26+
Changelog = "https://github.com/python-lapidary/lapidary/blob/develop/ChangeLog.md"
2627

2728
[tool.poetry]
2829
packages = [{ include = "lapidary", from = "src" }]

0 commit comments

Comments
 (0)