Skip to content

Commit

Permalink
Release 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lampsitter committed Mar 26, 2024
1 parent c4e8b24 commit 1c25b91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.14.0 - 2024-03-26

### Added

- `AlertBundle::from_alerts`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "egui_commonmark"
authors = ["Erlend Walstad"]
version = "0.13.0"
version = "0.14.0"
edition = "2021"
description = "Commonmark viewer for egui"
keywords = ["commonmark", "egui"]
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.13"
egui_commonmark = "0.14"
# Specify what image formats you want to use
image = { version = "0.24", default-features = false, features = ["png"] }
```
Expand Down

0 comments on commit 1c25b91

Please sign in to comment.