Skip to content

Commit

Permalink
Release bones_matchmaker_proto v0.1.0, quinn_runtime_bevy v0.1.0, bon…
Browse files Browse the repository at this point in the history
…es_matchmaker v0.1.0
  • Loading branch information
zicklag committed Jan 18, 2023
1 parent 69713d7 commit c6d682f
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 14 deletions.
19 changes: 15 additions & 4 deletions crates/bones_matchmaker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.1.0 (2023-01-18)

<csr-id-27252465ad0506ff2f8c377531fa079ec64d1750/>
<csr-id-49852b7f9d448334dfb66f4ab7c0310ec339f908/>
<csr-id-a516a68902ebcd4c3e24b6a47b3ff79b92ff5f60/>
<csr-id-ae0a761fc9b82ba2fc639c2b6f7af09fb650cd31/>

### Chore

- <csr-id-27252465ad0506ff2f8c377531fa079ec64d1750/> add missing crate descriptions.
- <csr-id-49852b7f9d448334dfb66f4ab7c0310ec339f908/> update dependencies

### Chore

- <csr-id-a68cb79e6b7d3774c53c0236edf3a12175f297b5/> generate changelogs for all crates.

### Documentation

- <csr-id-a69389412d22b8cb48bab0ed96d739b0fee35348/> document source repository in cargo manifest.
Expand Down Expand Up @@ -40,9 +49,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<csr-read-only-do-not-edit/>

- 6 commits contributed to the release over the course of 26 calendar days.
- 6 commits were understood as [conventional](https://www.conventionalcommits.org).
- 4 unique issues were worked on: [#37](https://github.com/fishfolk/bones/issues/37), [#63](https://github.com/fishfolk/bones/issues/63), [#65](https://github.com/fishfolk/bones/issues/65), [#7](https://github.com/fishfolk/bones/issues/7)
- 7 commits contributed to the release over the course of 26 calendar days.
- 7 commits were understood as [conventional](https://www.conventionalcommits.org).
- 5 unique issues were worked on: [#37](https://github.com/fishfolk/bones/issues/37), [#63](https://github.com/fishfolk/bones/issues/63), [#65](https://github.com/fishfolk/bones/issues/65), [#67](https://github.com/fishfolk/bones/issues/67), [#7](https://github.com/fishfolk/bones/issues/7)

### Commit Details

Expand All @@ -56,6 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- prepare for release. ([`ae0a761`](https://github.com/fishfolk/bones/commit/ae0a761fc9b82ba2fc639c2b6f7af09fb650cd31))
* **[#65](https://github.com/fishfolk/bones/issues/65)**
- add missing crate descriptions. ([`2725246`](https://github.com/fishfolk/bones/commit/27252465ad0506ff2f8c377531fa079ec64d1750))
* **[#67](https://github.com/fishfolk/bones/issues/67)**
- generate changelogs for all crates. ([`a68cb79`](https://github.com/fishfolk/bones/commit/a68cb79e6b7d3774c53c0236edf3a12175f297b5))
* **[#7](https://github.com/fishfolk/bones/issues/7)**
- update dependencies ([`49852b7`](https://github.com/fishfolk/bones/commit/49852b7f9d448334dfb66f4ab7c0310ec339f908))
* **Uncategorized**
Expand Down
4 changes: 2 additions & 2 deletions crates/bones_matchmaker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/fishfolk/bones"
[dependencies]
anyhow = "1.0.66"
bevy_tasks = "0.9.1"
bones_matchmaker_proto = { version = "0.1.0", path = "../bones_matchmaker_proto" }
bones_matchmaker_proto = { version = "^0.1.0", path = "../bones_matchmaker_proto" }
bytes = "1.2.1"
clap = { version = "4.0.18", features = ["derive", "env"] }
either = "1.8.0"
Expand All @@ -19,7 +19,7 @@ futures-lite = "1.12.0"
once_cell = "1.15.0"
postcard = { version = "1.0.2", default-features = false, features = ["alloc"] }
quinn = { version = "0.9", default-features = false, features = ["futures-io", "native-certs", "tls-rustls"] }
quinn_runtime_bevy = { version = "0.1.0", path = "../quinn_runtime_bevy" }
quinn_runtime_bevy = { version = "^0.1.0", path = "../quinn_runtime_bevy" }
rand = "0.8.5"
rcgen = "0.10.0"
rustls = { version = "0.20.7", features = ["dangerous_configuration", "quic"] }
Expand Down
17 changes: 13 additions & 4 deletions crates/bones_matchmaker_proto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.1.0 (2023-01-18)

<csr-id-27252465ad0506ff2f8c377531fa079ec64d1750/>
<csr-id-7444eb5ac898f97eefd3cec0c2687d4bea66da9e/>

### Chore

- <csr-id-27252465ad0506ff2f8c377531fa079ec64d1750/> add missing crate descriptions.
- <csr-id-7444eb5ac898f97eefd3cec0c2687d4bea66da9e/> remove unused dependency on `ulid` crate.

### Chore

- <csr-id-a68cb79e6b7d3774c53c0236edf3a12175f297b5/> generate changelogs for all crates.

### Documentation

- <csr-id-a69389412d22b8cb48bab0ed96d739b0fee35348/> document source repository in cargo manifest.
Expand All @@ -28,9 +35,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<csr-read-only-do-not-edit/>

- 4 commits contributed to the release over the course of 26 calendar days.
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
- 3 unique issues were worked on: [#14](https://github.com/fishfolk/bones/issues/14), [#37](https://github.com/fishfolk/bones/issues/37), [#65](https://github.com/fishfolk/bones/issues/65)
- 5 commits contributed to the release over the course of 26 calendar days.
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
- 4 unique issues were worked on: [#14](https://github.com/fishfolk/bones/issues/14), [#37](https://github.com/fishfolk/bones/issues/37), [#65](https://github.com/fishfolk/bones/issues/65), [#67](https://github.com/fishfolk/bones/issues/67)

### Commit Details

Expand All @@ -44,6 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- document source repository in cargo manifest. ([`a693894`](https://github.com/fishfolk/bones/commit/a69389412d22b8cb48bab0ed96d739b0fee35348))
* **[#65](https://github.com/fishfolk/bones/issues/65)**
- add missing crate descriptions. ([`2725246`](https://github.com/fishfolk/bones/commit/27252465ad0506ff2f8c377531fa079ec64d1750))
* **[#67](https://github.com/fishfolk/bones/issues/67)**
- generate changelogs for all crates. ([`a68cb79`](https://github.com/fishfolk/bones/commit/a68cb79e6b7d3774c53c0236edf3a12175f297b5))
* **Uncategorized**
- migrate crates from the jumpy repository ([`3724c69`](https://github.com/fishfolk/bones/commit/3724c69a0bb24828d1710380bb8d139e304b7955))
</details>
Expand Down
16 changes: 12 additions & 4 deletions crates/quinn_runtime_bevy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.1.0 (2023-01-18)

<csr-id-98ae10e7d49a0facc20e08729865c6bc1ebca37a/>

### Documentation

Expand All @@ -23,13 +25,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- <csr-id-98ae10e7d49a0facc20e08729865c6bc1ebca37a/> update bevy_tasks dependency to 0.9.1

### Chore

- <csr-id-a68cb79e6b7d3774c53c0236edf3a12175f297b5/> generate changelogs for all crates.

### Commit Statistics

<csr-read-only-do-not-edit/>

- 3 commits contributed to the release over the course of 26 calendar days.
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
- 2 unique issues were worked on: [#37](https://github.com/fishfolk/bones/issues/37), [#8](https://github.com/fishfolk/bones/issues/8)
- 4 commits contributed to the release over the course of 26 calendar days.
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
- 3 unique issues were worked on: [#37](https://github.com/fishfolk/bones/issues/37), [#67](https://github.com/fishfolk/bones/issues/67), [#8](https://github.com/fishfolk/bones/issues/8)

### Commit Details

Expand All @@ -39,6 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* **[#37](https://github.com/fishfolk/bones/issues/37)**
- document source repository in cargo manifest. ([`a693894`](https://github.com/fishfolk/bones/commit/a69389412d22b8cb48bab0ed96d739b0fee35348))
* **[#67](https://github.com/fishfolk/bones/issues/67)**
- generate changelogs for all crates. ([`a68cb79`](https://github.com/fishfolk/bones/commit/a68cb79e6b7d3774c53c0236edf3a12175f297b5))
* **[#8](https://github.com/fishfolk/bones/issues/8)**
- update bevy_tasks dependency to 0.9.1 ([`98ae10e`](https://github.com/fishfolk/bones/commit/98ae10e7d49a0facc20e08729865c6bc1ebca37a))
* **Uncategorized**
Expand Down

0 comments on commit c6d682f

Please sign in to comment.