Skip to content

Commit

Permalink
Add changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcarr committed Apr 22, 2024
1 parent a79bc2b commit 2d9a13a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Version 1.0.2

* Added change log.

# Version 1.0.1

* Fixed undefined variables in angle macro.

# Version 1.0.0

* Substantial refactor to support publishing to PyPI. https://pypi.org/project/practical-astronomy/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "practical-astronomy"
version = "1.0.1"
version = "1.0.2"
authors = [{ name = "Jim Carr", email = "[email protected]" }]
description = "Algorithms from Practical Astronomy, implemented in Python"
readme = "README.md"
Expand Down

0 comments on commit 2d9a13a

Please sign in to comment.