Skip to content

Commit

Permalink
chore(release): prepare for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Aug 22, 2023
1 parent 3e664a7 commit 054e737
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 5 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

All notable changes to this project will be documented in this file.

## [0.4.0] - 2023-08-22

### Bug Fixes

- Ensure the .git folder is properly excluded
- Ensure a path is not ignored when unwatching

### Features

- Reduce crate package size
- Improve error messages with suggestions
- Start up the dev server before the build finishes
- Log external tool invocation in verbose mode
- Use project-local tailwind binary if available
- Add CI for testing and pre-compiled binaries

### Miscellaneous Tasks

- Update all dependencies
- Extend crate metadata for crates.io
- Reduce the CI setup to only pre-compiled binaries

### Refactor

- Replace `anyhow` with `color-eyre` for better error reporting

[0.4.0]: https://github.com/dnaka91/wazzup/compare/v0.3.3...v0.4.0

## [0.3.3] - 2023-07-08

### Bug Fixes
Expand All @@ -13,7 +41,7 @@ All notable changes to this project will be documented in this file.

- Update dependencies

[0.3.3]: https://github.com/dnaka91/wazzup/compare/v0.3.2...0.3.3
[0.3.3]: https://github.com/dnaka91/wazzup/compare/v0.3.2...v0.3.3

## [0.3.2] - 2023-06-07

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,12 +1,12 @@
[package]
name = "wazzup"
version = "0.3.3"
version = "0.4.0"
edition = "2021"
license = "AGPL-3.0-only"
description = "Very opinionated Rust WASM project builder"
homepage = "https://github.com/dnaka91/wazzup"
repository = "https://github.com/dnaka91/wazzup"
keywords = ["build-tool", "dev-server", "html", "sass", "tailwindcss", "tauri", "wasm"]
keywords = ["build-tool", "dev-server", "tauri", "wasm"]
categories = ["command-line-utilities", "development-tools", "wasm", "web-programming"]
authors = ["Dominik Nakamura <[email protected]>"]
include = ["src/**/*", "CHANGELOG.md", "LICENSE", "README.md"]
Expand Down
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ commit_parsers = [
{ message = "^refactor", group = "Refactor"},
{ message = "^style", group = "Styling"},
{ message = "^test", group = "Testing"},
{ message = "^chore\\(release\\): Prepare for", skip = true},
{ message = "^chore\\(release\\): [pP]repare for", skip = true},
{ message = "^chore", group = "Miscellaneous Tasks"},
{ body = ".*security", group = "Security"},
]
Expand Down

0 comments on commit 054e737

Please sign in to comment.