-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* set version * nebula * save * bump version * update changelog * set version * bump changes file * update all the crates
- Loading branch information
1 parent
3057f41
commit a0ccf4a
Showing
8 changed files
with
614 additions
and
626 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
## [1.3.0] - 2023-11-24 | ||
### Changed | ||
- Added versioning and changelog. | ||
- Transitioned from cargo actions to Docker Compose actions, enabling Docker Compose to run on CI. This change enhances the continuous integration process by leveraging the capabilities of Docker Compose for building and testing the application. | ||
- Upgraded Yew to a newer version, ensuring the frontend framework is up-to-date with the latest features and improvements. | ||
- Replaced PostgreSQL with SQLx for database interactions. This shift to SQLx modernizes the database access layer, providing more flexibility and asynchronous support. | ||
|
||
(PR [#26](https://github.com/security-union/yew-actix-template/pull/26)) | ||
(PR [#27](https://github.com/security-union/yew-actix-template/pull/27)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.3.0 |
Oops, something went wrong.