Skip to content

Commit

Permalink
Prepare for new release v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Oct 21, 2024
1 parent dc63219 commit 9df743d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.23.0] - 2024-10-21

- Add options to handle wrapped classes to extend the set of use cases [#109](https://github.com/avencera/rustywind/pull/109), thanks [@dikkadev]](https://github.com/dikkadev])

## [0.22.1] - 2024-10-21

- Fix regex for parsing css classes, [#99](https://github.com/avencera/rustywind/pull/99), thanks [@DanikVitek](https://github.com/DanikVitek)
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion rustywind-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pkg-fmt = "tgz"

[dependencies]
# rustywind
rustywind_core = { version = "0.1.3" }
rustywind_core = { version = "0.2.0" }
rustywind_vite = { version = "0.1.4" }

# iter
Expand Down
8 changes: 8 additions & 0 deletions rustywind-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## [0.2.0] - 2024-10-21

- Add options to handle wrapped classes to extend the set of use cases [#109](https://github.com/avencera/rustywind/pull/109), thanks [@dikkadev]](https://github.com/dikkadev])

## [0.1.3] - 2024-10-21

- Fix regex for parsing css classes, [#99](https://github.com/avencera/rustywind/pull/99), thanks [@DanikVitek](https://github.com/DanikVitek)

## [0.1.2] - 2024-05-27

- Made `sort_classes` function public, thanks [@Rolv-Apneseth](https://github.com/Rolv-Apneseth), in [#104](https://github.com/avencera/rustywind/pull/104)
Expand Down
2 changes: 1 addition & 1 deletion rustywind-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustywind_core"
version = "0.1.4"
version = "0.2.0"
description = "A library for sorting tailwind CSS classes"
documentation = "https://docs.rs/rustywind_core"
authors.workspace = true
Expand Down

0 comments on commit 9df743d

Please sign in to comment.