Skip to content

Commit

Permalink
Set version to 2.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Aug 16, 2021
1 parent 7eeb87f commit e2f81e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.9.2] - 2021-08-16
### Fixed
- Fix multiline comment support for `\r\n` line endings. ([#165][github-165], [#167][github-167])

Expand Down Expand Up @@ -141,7 +143,8 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement
[github-165]: https://github.com/fredrikekre/Literate.jl/issues/165
[github-167]: https://github.com/fredrikekre/Literate.jl/pull/167

[Unreleased]: https://github.com/fredrikekre/Literate.jl/compare/v2.9.1...HEAD
[Unreleased]: https://github.com/fredrikekre/Literate.jl/compare/v2.9.2...HEAD
[2.9.2]: https://github.com/fredrikekre/Literate.jl/compare/v2.9.1...v2.9.2
[2.9.1]: https://github.com/fredrikekre/Literate.jl/compare/v2.9.0...v2.9.1
[2.9.0]: https://github.com/fredrikekre/Literate.jl/compare/v2.8.1...v2.9.0
[2.8]: https://github.com/fredrikekre/Literate.jl/compare/v2.7.0...v2.8.1
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Literate"
uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
version = "2.9.1"
version = "2.9.2"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down

2 comments on commit e2f81e2

@fredrikekre
Copy link
Owner 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 CHANGELOG.md for notable 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/42985

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 v2.9.2 -m "<description of version>" e2f81e226c1b2826ec541163aabd7fac8ad2c946
git push origin v2.9.2

Please sign in to comment.