Skip to content

Commit

Permalink
chore(main): release catppuccin-egui 5.3.0 (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 10, 2024
1 parent 6c6fe2d commit 9cfe374
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.2.0"
".": "5.3.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.3.0](https://github.com/catppuccin/egui/compare/catppuccin-egui-v5.2.0...catppuccin-egui-v5.3.0) (2024-10-10)


### Features

* egui 0.29 support ([#54](https://github.com/catppuccin/egui/issues/54)) ([a34f691](https://github.com/catppuccin/egui/commit/a34f691563300511f291883dd5642de6876d4dae))

## [5.2.0](https://github.com/catppuccin/egui/compare/v5.1.1...v5.2.0) (2024-07-26)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "catppuccin-egui"
version = "5.2.0"
version = "5.3.0"
authors = ["Sam Nystrom <[email protected]>"]
edition = "2021"
description = "Soothing pastel theme for egui."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Add the crate to your `Cargo.toml`:

```toml
[dependencies]
catppuccin-egui = { version = "5.2.0", default-features = false, features = ["egui28"] }
catppuccin-egui = { version = "5.3.0", default-features = false, features = ["egui29"] }
```

<!-- x-release-please-end -->
Expand Down

0 comments on commit 9cfe374

Please sign in to comment.