Skip to content

Commit

Permalink
Release v0.4.4 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
LastTalon authored Apr 25, 2024
1 parent bfd9369 commit 8dd8a60
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ The format is based on [Keep a Changelog][kac], and this project adheres to

## [Unreleased]

## [0.4.4] - 2024-04-25

### Changed

- Disabled `AutoLocalize` on many Plasma Widgets.
- This removes unnecessary computations for
`LocalizationService::attemptLocalization`.

## [0.4.3] - 2024-01-31

### Added
Expand Down Expand Up @@ -93,7 +101,8 @@ The format is based on [Keep a Changelog][kac], and this project adheres to

- Initial release

[unreleased]: https://github.com/matter-ecs/plasma/compare/v0.4.3...HEAD
[unreleased]: https://github.com/matter-ecs/plasma/compare/v0.4.4...HEAD
[0.4.4]: https://github.com/matter-ecs/plasma/releases/tag/v0.4.4
[0.4.3]: https://github.com/matter-ecs/plasma/releases/tag/v0.4.3
[0.4.2]: https://github.com/matter-ecs/plasma/releases/tag/v0.4.2
[0.4.1]: https://github.com/matter-ecs/plasma/releases/tag/v0.4.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Plasma can be installed with [Wally] by including it as a dependency in your
`wally.toml` file.

```toml
Plasma = "matter-ecs/plasma@0.4.3"
Plasma = "matter-ecs/plasma@0.4.4"
```

## Migration
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "matter-ecs/plasma"
description = "A declarative, immediate mode UI widget library for Roblox"
version = "0.4.3"
version = "0.4.4"
license = "MIT"
authors = [
"Eryn L. K.",
Expand Down

0 comments on commit 8dd8a60

Please sign in to comment.