Skip to content

Commit

Permalink
build: release v0.0.0-alpha.2 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierEd authored Jan 30, 2025
1 parent a3067eb commit fc6b31d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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

### Added

- Optionally show post preview before submit. (https://github.com/mangocubed/mango3/pull/165)

### Changed

- Bump rand from from 0.8.5 to 0.9.0. (https://gi(thub.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)

## [0.0.0-alpha.1] - 2015-01-27

### Added
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.1"
version = "0.0.0-alpha.2"

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

0 comments on commit fc6b31d

Please sign in to comment.