Skip to content

Commit

Permalink
Bump to version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslrodri committed Aug 10, 2024
1 parent 3464f30 commit 9e4f5e6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,13 @@ Contributions are welcome from everyone! Whether you're reporting bugs, submitti

All notable changes to this project are presented below.

## v0.5
## v0.5.1

**🐞 Bug Fixes**

- Docs: Minor fix in changelog.

## v0.5.0

**🚨 Breaking Changes**

Expand Down
8 changes: 7 additions & 1 deletion docs/about/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
All notable changes to this project are presented below.

## v0.5
## v0.5.1

**🐞 Bug Fixes**

- Docs: Minor fix in changelog.

## v0.5.0

**🚨 Breaking Changes**

Expand Down
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 = "jupyter-tikz"
version = "0.5"
version = "0.5.1"
description = "IPython Magics for rendering TeX/TikZ in Jupyter Notebooks"
license = "MIT"
authors = ["lucaslrodri"]
Expand Down

0 comments on commit 9e4f5e6

Please sign in to comment.