Skip to content

Commit

Permalink
chore(version): 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed Jan 18, 2023
1 parent 7d17347 commit 14f76a2
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.3](https://github.com/justinrubek/calendar-scheduler/compare/0.6.2..0.6.3) - 2023-01-18
#### Bug Fixes
- event is no longer assumed to be the first component in the calendar - ([7d17347](https://github.com/justinrubek/calendar-scheduler/commit/7d173473fd109cfa0b6cdd6f10bef2c7170637b4)) - [@justinrubek](https://github.com/justinrubek)

- - -

## [0.6.2](https://github.com/justinrubek/calendar-scheduler/compare/0.6.1..0.6.2) - 2023-01-13
#### Features
- **(api)** reservations are now blocked by existing events in booking calendar - ([fe1766c](https://github.com/justinrubek/calendar-scheduler/commit/fe1766cf8151f0a6276ecea3ccc0f2c2da071302)) - [@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.2"
version = "0.6.3"
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.2"
version = "0.6.3"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 14f76a2

Please sign in to comment.