Skip to content

Commit

Permalink
chore(version): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 5, 2023
1 parent af1b9a1 commit 2e36faf
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [0.5.0](https://github.com/szattila98/binge_at_home/compare/0.4.0..0.5.0) - 2023-09-05
### Package updates
- [macros](server/macros) bumped to [macros-0.1.0](https://github.com/szattila98/binge_at_home/compare/2399c6f6a128d954c6644f190614d3fee1f507a4..macros-0.1.0)
- [server-0.3.0](server) bumped to [server-0.3.0](https://github.com/szattila98/binge_at_home/compare/server-0.2.0..server-0.3.0)
### Global changes
#### Continuous Integration
- **(macros)** fixed release again - ([af1b9a1](https://github.com/szattila98/binge_at_home/commit/af1b9a16c1c09d218f1d288c6ca15acb1dcfc53e)) - [@szattila98](https://github.com/szattila98)
- **(server)** fixing postgres tests in github actions - ([8c6e1d9](https://github.com/szattila98/binge_at_home/commit/8c6e1d9ecb3ab110e13d9e69f51ec8e1e1487c02)) - [@szattila98](https://github.com/szattila98)
#### Features
- **(macros)** Added macros crate and random emojis macro - ([8967093](https://github.com/szattila98/binge_at_home/commit/89670930894d120ab90441306f25b84eeaa4d496)) - [@szattila98](https://github.com/szattila98)
#### Tests
- **(server)** added some catalog crud tests - ([6c9b0d2](https://github.com/szattila98/binge_at_home/commit/6c9b0d2fd40cdc6ad628d52e79590ee7175ee1cf)) - [@szattila98](https://github.com/szattila98)
- **(server)** Added some tests - ([8e43b8c](https://github.com/szattila98/binge_at_home/commit/8e43b8c5d5121e3a604b72dc5d10a24244728131)) - [@szattila98](https://github.com/szattila98)

- - -

## [0.4.0](https://github.com/szattila98/binge_at_home/compare/0.3.0..0.4.0) - 2023-08-29
### Package updates
- [server-0.2.0](server) bumped to [server-0.2.0](https://github.com/szattila98/binge_at_home/compare/server-0.1.0..server-0.2.0)
Expand Down
13 changes: 13 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## server-0.3.0 - 2023-09-05
#### Continuous Integration
- **(macros)** fixed versioning - (bdfa92f) - *szattila98*
#### Features
- **(macros)** Added macros crate and random emojis macro - (8967093) - *szattila98*
#### Tests
- **(server)** commented out crud tests as these are better as integration tests - (cf1e9d4) - *szattila98*
- **(server)** added some catalog crud tests - (6c9b0d2) - *szattila98*
- **(server)** Added some tests - (8e43b8c) - *szattila98*
- **(server)** tested crud commons - (8751d15) - *szattila98*

- - -

## server-0.2.0 - 2023-08-29
#### Bug Fixes
- **(server)** fixed migrations and tried out some queries - (fbbfa0b) - *szattila98*
Expand Down
4 changes: 2 additions & 2 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "binge-at-home"
version = "0.2.0"
version = "0.3.0"
description = "Self-hosted video streaming application"
edition = "2021"

Expand All @@ -27,7 +27,7 @@ axum = { version = "0.6.20", features = ["macros"] }
axum-extra = { version = "0.7.7", features = ["typed-routing"] }
confique = { version = "0.2.4", default-features = false, features = ["yaml"] }
convert_case = "0.6.0"
macros = { version = "0.0.0", path = "macros" }
macros = { version = "0.1.0", path = "macros" }
secrecy = { version = "0.8.0", features = ["serde"] }
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.105"
Expand Down
13 changes: 13 additions & 0 deletions server/macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## macros-0.1.0 - 2023-09-05
#### Continuous Integration
- **(macros)** fixed versioning - (bdfa92f) - *szattila98*
#### Features
- **(macros)** Added macros crate and random emojis macro - (8967093) - *szattila98*

- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
2 changes: 1 addition & 1 deletion server/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "macros"
version = "0.0.0"
version = "0.1.0"
description = "Macro library used by the project"
edition = "2021"

Expand Down

0 comments on commit 2e36faf

Please sign in to comment.