Skip to content

Commit

Permalink
build: release v0.0.0-alpha.6 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierEd authored Feb 7, 2025
1 parent 947cb47 commit 7643c86
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.0.0-alpha.6] - 2025-02-07

### Added

- Show attached images at the bottom of the post. (https://github.com/mangocubed/mango3/pull/189)
- Store rendered content in a cache. (https://github.com/mangocubed/mango3/pull/191, https://github.com/mangocubed/mango3/pull/192, https://github.com/mangocubed/mango3/pull/193)
- Store blob queries in a cache. (https://github.com/mangocubed/mango3/pull/194)
- Store user queries in a cache. (https://github.com/mangocubed/mango3/pull/196)
- Store website queries in a cache. (https://github.com/mangocubed/mango3/pull/197)
- Store post queries in a cache. (https://github.com/mangocubed/mango3/pull/198)
- Store user session queries in a cache. (https://github.com/mangocubed/mango3/pull/199)

### Changed

- Bump lettre from 0.11.11 to 0.11.12. (https://github.com/mangocubed/mango3/pull/188)
- Bump uuid from 1.12.1 to 1.13.1. (https://github.com/mangocubed/mango3/pull/190)
- Set env var LEPTOS_WASM_OPT_VERSION=version_122 in GitHub Actions. (https://github.com/mangocubed/mango3/pull/200)

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

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

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

0 comments on commit 7643c86

Please sign in to comment.