Skip to content

Commit

Permalink
chore(version): 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed Jan 13, 2023
1 parent 80ffaa7 commit ab72e73
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [0.6.1](https://github.com/justinrubek/calendar-scheduler/compare/0.6.0..0.6.1) - 2023-01-13
#### Refactoring
- **(api)** return http 400 when reservation fails - ([80ffaa7](https://github.com/justinrubek/calendar-scheduler/commit/80ffaa758c87f0dc945c4a8512c50a60ff9b14e9)) - [@justinrubek](https://github.com/justinrubek)

- - -

## [0.6.0](https://github.com/justinrubek/calendar-scheduler/compare/0.5.0..0.6.0) - 2023-01-12
#### Documentation
- add readme - ([020712e](https://github.com/justinrubek/calendar-scheduler/commit/020712e7bf1bdbf8e0af2d91ac71e3018de2f0c3)) - [@justinrubek](https://github.com/justinrubek)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/caldav-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "caldav-utils"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
license = "MIT"
description = "functions for interacting with CalDAV servers"
Expand Down
2 changes: 1 addition & 1 deletion crates/scheduling-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scheduling-api"
version = "0.6.0"
version = "0.6.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit ab72e73

Please sign in to comment.