Skip to content

Commit

Permalink
Release 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
lampsitter committed May 12, 2024
1 parent d832bd6 commit b3f990f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# egui_commomnark changelog

## Unreleased
## 0.16.0 - 2024-05-12

### Added

Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ resolver = "2"
[workspace.package]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.76" # Required by egui
version = "0.16.0-alpha.1"
rust-version = "1.76" # Follows egui
version = "0.16.0"
repository = "https://github.com/lampsitter/egui_commonmark"

[workspace.dependencies]
egui_extras = "0.27"
egui = "0.27"

egui_commonmark_backend = { version = "0.16.0-alpha.1", path = "egui_commonmark_backend", default-features = false }
egui_commonmark_macros = { version = "0.16.0-alpha.1", path = "egui_commonmark_macros", default-features = false }
egui_commonmark_backend = { version = "0.16.0", path = "egui_commonmark_backend", default-features = false }
egui_commonmark_macros = { version = "0.16.0", path = "egui_commonmark_macros", default-features = false }

# To add features to documentation
document-features = { version = "0.2" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Github's markdown syntax: tables, strikethrough, tasklists and footnotes.
In Cargo.toml:

```toml
egui_commonmark = "0.15"
egui_commonmark = "0.16"
# Specify what image formats you want to use
image = { version = "0.24", default-features = false, features = ["png"] }
```
Expand Down
2 changes: 1 addition & 1 deletion egui_commonmark_macros/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ this crate through `egui_commonmark` by enabling the `macros` feature.
In Cargo.toml:

```toml
egui_commonmark = "0.15"
egui_commonmark = "0.16"
# Specify what image formats you want to use
image = { version = "0.24", default-features = false, features = ["png"] }
```
Expand Down

0 comments on commit b3f990f

Please sign in to comment.