Skip to content

Commit

Permalink
Add versioning, changelog (#27)
Browse files Browse the repository at this point in the history
* set version

* nebula

* save

* bump version

* update changelog

* set version

* bump changes file

* update all the crates
  • Loading branch information
darioalessandro committed Nov 25, 2023
1 parent 3057f41 commit a0ccf4a
Show file tree
Hide file tree
Showing 8 changed files with 614 additions and 626 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
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))
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.3.0

0 comments on commit a0ccf4a

Please sign in to comment.