Skip to content

Commit

Permalink
chore(main): release 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 9, 2024
1 parent 38af073 commit 661a235
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 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.3.0"
".": "5.4.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [5.4.0](https://github.com/catppuccin/egui/compare/v5.3.0...v5.4.0) (2024-11-09)


### Features

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


### Bug Fixes

* use correct color for shadows ([#70](https://github.com/catppuccin/egui/issues/70)) ([38af073](https://github.com/catppuccin/egui/commit/38af073771b6f1e254e08059f39b15b4f5663405))

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


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["examples/todo"]

[package]
name = "catppuccin-egui"
version = "5.3.0"
version = "5.4.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.3.0", default-features = false, features = ["egui29"] }
catppuccin-egui = { version = "5.4.0", default-features = false, features = ["egui29"] }
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion examples/todo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "todo"
version = "0.1.0"
version = "5.4.0"
edition = "2021"
license = "MIT"
publish = false
Expand Down

0 comments on commit 661a235

Please sign in to comment.