Skip to content

Commit

Permalink
Release 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lampsitter committed Apr 2, 2024
1 parent cc999a8 commit bb6f6a7
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.15.0 - 2024-04-02

### Added

- Replace copy icon with checkmark when clicking copy button in code blocks
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.14.0"
version = "0.15.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.14"
egui_commonmark = "0.15"
# Specify what image formats you want to use
image = { version = "0.24", default-features = false, features = ["png"] }
```
Expand Down

0 comments on commit bb6f6a7

Please sign in to comment.