Skip to content

Commit

Permalink
Update to version 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHatherly committed Feb 18, 2025
1 parent dbacddf commit b461ff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v0.13.1] - 2025-02-18

### Fixed

- Adjust notebook startup script to ensure all environments in `LOAD_PATH` are resolved [#257]
Expand Down Expand Up @@ -309,6 +311,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[v0.12.2]: https://github.com/PumasAI/QuartoNotebookRunner.jl/releases/tag/v0.12.2
[v0.12.3]: https://github.com/PumasAI/QuartoNotebookRunner.jl/releases/tag/v0.12.3
[v0.13.0]: https://github.com/PumasAI/QuartoNotebookRunner.jl/releases/tag/v0.13.0
[v0.13.1]: https://github.com/PumasAI/QuartoNotebookRunner.jl/releases/tag/v0.13.1
[#9]: https://github.com/PumasAI/QuartoNotebookRunner.jl/issues/9
[#11]: https://github.com/PumasAI/QuartoNotebookRunner.jl/issues/11
[#14]: https://github.com/PumasAI/QuartoNotebookRunner.jl/issues/14
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "QuartoNotebookRunner"
uuid = "4c0109c6-14e9-4c88-93f0-2b974d3468f4"
authors = ["Michael Hatherly <michael@pumas.ai>", "Julius Krumbiegel <juliusk@pumas.ai>"]
version = "0.13.0"
version = "0.13.1"

[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Expand Down

2 comments on commit b461ff6

@MichaelHatherly
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

See the changelog for the list of changes.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/125378

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.13.1 -m "<description of version>" b461ff63816fe7d4e39eedf4c787c13ecd32f2fd
git push origin v0.13.1

Please sign in to comment.