Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Jun 29, 2023
1 parent d5dd0b5 commit ccbfecd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Semantic Versioning](https://semver.org/)

## [Unreleased]
## [0.2.0] - 2023-06-29

- Use enum.IntFlag instead of a string sequence to define extensions.
- Fix pyromark.Markdown's \_\_module\_\_ attribute.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyromark"
version = "0.1.4"
version = "0.2.0"
edition = "2021"
license = "MIT"
include = [
Expand Down

0 comments on commit ccbfecd

Please sign in to comment.