Skip to content

Commit

Permalink
build: release v0.0.0-alpha.3 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierEd authored Feb 1, 2025
1 parent f9caf71 commit ec26171
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 12 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.0.0-alpha.3] - 2025-02-01

### Added

- UserTagLink component. (https://github.com/mangocubed/mango3/pull/168)
- CLI command to lock users and delete their information. (https://github.com/mangocubed/mango3/pull/169)

### Changed

- Bump leptos from 0.7.4 to 0.7.5. (https://github.com/mangocubed/mango3/pull/170)

### Fixed

- Make the website on PostCard more visible. (https://github.com/mangocubed/mango3/pull/171)

## [0.0.0-alpha.2] - 2025-01-30

### Added
Expand All @@ -8,7 +23,7 @@

### Changed

- Bump rand from from 0.8.5 to 0.9.0. (https://gi(thub.com/mangocubed/mango3/pull/161)
- Bump rand from 0.8.5 to 0.9.0. (https://github.com/mangocubed/mango3/pull/161)
- Improve README.md a little bit. (https://github.com/mangocubed/mango3/pull/162)
- Bump @types/node from 22.10.10 to 22.12.0. (https://github.com/mangocubed/mango3/pull/164)
- Bump serde_json from 1.0.137 to 1.0.138. (https://github.com/mangocubed/mango3/pull/163)
Expand Down
20 changes: 10 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [

[workspace.package]
edition = "2021"
version = "0.0.0-alpha.2"
version = "0.0.0-alpha.3"

[workspace.dependencies]
apalis = "0.6.4"
Expand Down

0 comments on commit ec26171

Please sign in to comment.