Skip to content

Commit

Permalink
chore: release v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX authored Dec 16, 2024
1 parent cab8f92 commit c0486ab
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.5.0](https://github.com/InioX/matugen/compare/v2.4.1...v2.5.0) - 2024-12-16

### Added

- add ui
- add palettes to `dump_json`

### Fixed

- wrong tones in `dump_json` (#116)

### Other

- refactor
- *(readme)* improve discord link

## [2.4.1](https://github.com/InioX/matugen/compare/v2.4.0...v2.4.1) - 2024-11-13

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "matugen"
version = "2.4.1"
version = "2.5.0"
authors = ["InioX"]
description = "A material you color generation tool with templates"
repository = "https://github.com/InioX/matugen"
Expand Down Expand Up @@ -82,4 +82,4 @@ egui = { version = "0.29.1", optional = true }
eframe = { version = "0.29.1", optional = true }
indexmap = { version = "2.7.0", optional = true }
egui_file = { version = "0.19.0", optional = true }
rfd = { version = "0.15.1", optional = true }
rfd = { version = "0.15.1", optional = true }

0 comments on commit c0486ab

Please sign in to comment.