Skip to content

Commit

Permalink
build: release v0.0.0-alpha.5 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierEd authored Feb 4, 2025
1 parent 4710302 commit 9093f26
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 11 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.0.0-alpha.5] - 2025-02-04

### Added

- Dependencies badge and screenshot to README.md. (https://github.com/mangocubed/mango3/pull/185)

### Changed

- Bump openssl from 0.10.68 to 0.10.70 in the cargo group. (https://github.com/mangocubed/mango3/pull/181)
- Bump @types/node from 22.13.0 to 22.13.1. (https://github.com/mangocubed/mango3/pull/183)
- Bump clap from 4.5.27 to 4.5.28. (https://github.com/mangocubed/mango3/pull/184)
- Only delete user sessions when a user is locked. (https://github.com/mangocubed/mango3/pull/186)

### Fixed

- Apply correct orientation on a resized image. (https://github.com/mangocubed/mango3/pull/182)

## [0.0.0-alpha.4] - 2025-02-03

### 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.4"
version = "0.0.0-alpha.5"

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

0 comments on commit 9093f26

Please sign in to comment.