Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-bourne committed Dec 2, 2023
1 parent 9489631 commit 259ccd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Next
## 0.1.1 2023-12-02

- Add `,ignore` to Rust code fences
- Fix comments on local function definitions
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ members = ["packages/*", "examples/*"]
resolver = "2"

[workspace.package]
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Simon Bourne <[email protected]>"]
homepage = "https://github.com/simon-bourne/mdbook-rust"
repository = "https://github.com/simon-bourne/mdbook-rust"

[workspace.dependencies]
mdbook-rust = { version = "0.1.1", path = "packages/mdbook-rust" }
mdbook-rust = { version = "0.1.2", path = "packages/mdbook-rust" }

anyhow = "1.0.75"
indoc = "2.0.4"
Expand Down

0 comments on commit 259ccd5

Please sign in to comment.