Skip to content

Commit ce80b72

Browse files
authored
bump version 0.16.3 (#1554)
1 parent 38ef049 commit ce80b72

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## v0.16.3
46
- Support nullable foreign keys with `references?` syntax. [https://github.com/loco-rs/loco/pull/1544](https://github.com/loco-rs/loco/pull/1544)
7+
- **HOTFIX**: Fixed a critical issue introduced in version `v0.16.2` that caused `cargo build --release` to fail after merging #1540. [https://github.com/loco-rs/loco/pull/1551](https://github.com/loco-rs/loco/pull/1551)
8+
- Add an API to re-send verification mail. [https://github.com/loco-rs/loco/pull/1456](https://github.com/loco-rs/loco/pull/1456)
9+
- Adding to ci cargo build --release. [https://github.com/loco-rs/loco/pull/1553](https://github.com/loco-rs/loco/pull/1553)
510

611
## v0.16.2
712
- Update auth import in the Authentication document. [https://github.com/loco-rs/loco/pull/1531](https://github.com/loco-rs/loco/pull/1531)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99

1010
[package]
1111
name = "loco-rs"
12-
version = "0.16.2"
12+
version = "0.16.3"
1313
description = "The one-person framework for Rust"
1414
homepage = "https://loco.rs/"
1515
documentation = "https://docs.rs/loco-rs"

loco-gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "loco-gen"
3-
version = "0.16.2"
3+
version = "0.16.3"
44
description = "Loco generators"
55
license.workspace = true
66
edition.workspace = true

loco-new/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "loco"
5-
version = "0.16.1"
5+
version = "0.16.2"
66
edition = "2021"
77
description = "Loco new app generator"
88
license = "Apache-2.0"

0 commit comments

Comments
 (0)