Skip to content

Commit a0ccf4a

Browse files
Add versioning, changelog (#27)
* set version * nebula * save * bump version * update changelog * set version * bump changes file * update all the crates
1 parent 3057f41 commit a0ccf4a

8 files changed

Lines changed: 614 additions & 626 deletions

File tree

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
## [1.3.0] - 2023-11-24
5+
### Changed
6+
- Added versioning and changelog.
7+
- 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.
8+
- Upgraded Yew to a newer version, ensuring the frontend framework is up-to-date with the latest features and improvements.
9+
- Replaced PostgreSQL with SQLx for database interactions. This shift to SQLx modernizes the database access layer, providing more flexibility and asynchronous support.
10+
11+
(PR [#26](https://github.com/security-union/yew-actix-template/pull/26))
12+
(PR [#27](https://github.com/security-union/yew-actix-template/pull/27))

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.3.0

0 commit comments

Comments
 (0)