Skip to content

Commit

Permalink
chore: release test.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Jan 14, 2024
1 parent 8f4b983 commit 9351601
Show file tree
Hide file tree
Showing 22 changed files with 115 additions and 59 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
token: ${{ secrets.RELEASE_PLZ_TOKEN }}

- name: Echo rustup overrides
run: rustup override list
run: |
rustup override list
rustup toolchain install 1.73
- name: Run release-plz
uses: MarcoIeni/[email protected]
Expand Down
78 changes: 28 additions & 50 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default-members = ["framework_crates/*"]

[workspace.package]
edition = "2021"
version = "0.3.0"
version = "0.3.1"
rust-version = "1.71"
readme = "README.md"
homepage = "https://fishfolk.org/development/bones/introduction/"
Expand Down
1 change: 1 addition & 0 deletions framework_crates/bones_asset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

All notable changes to this project will be documented in this file.

<!-- generated by git-cliff -->
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).

Expand Down
1 change: 1 addition & 0 deletions framework_crates/bones_bevy_renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

All notable changes to this project will be documented in this file.

<!-- generated by git-cliff -->
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).

Expand Down
1 change: 1 addition & 0 deletions framework_crates/bones_ecs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

All notable changes to this project will be documented in this file.

<!-- generated by git-cliff -->
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).

Expand Down
5 changes: 5 additions & 0 deletions framework_crates/bones_framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file.

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion framework_crates/bones_framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ document-features = { version = "0.2", optional = true }
# Networking
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
ggrs = { version = "0.9", features = ["sync-send"] }
bones_matchmaker_proto = { version = "0.2", path = "../../other_crates/bones_matchmaker_proto" }
bones_matchmaker_proto = { version = "0.3", path = "../../other_crates/bones_matchmaker_proto" }
bytes = "1.4"
mdns-sd = { version = "0.7", default-features = false }
numquant = "0.2"
Expand Down
5 changes: 5 additions & 0 deletions framework_crates/bones_lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file.

<!-- generated by git-cliff -->
5 changes: 5 additions & 0 deletions framework_crates/bones_schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file.

<!-- generated by git-cliff -->
5 changes: 5 additions & 0 deletions framework_crates/bones_schema/macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file.

<!-- generated by git-cliff -->
11 changes: 11 additions & 0 deletions framework_crates/bones_scripting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

All notable changes to this project will be documented in this file.

## [0.3.1] - 2024-01-14

### Ci

- Update rust version and remove old Rust github actions. ([#317](https://github.com/fishfolk/bones/pull/317))

<!-- generated by git-cliff -->
5 changes: 5 additions & 0 deletions framework_crates/bones_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file.

<!-- generated by git-cliff -->
5 changes: 5 additions & 0 deletions framework_crates/bones_utils/macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file.

<!-- generated by git-cliff -->
11 changes: 11 additions & 0 deletions other_crates/bones_matchmaker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## [0.3.0] - 2024-01-14

### Documentation

- Update README and TODO comments. ([#174](https://github.com/fishfolk/bones/pull/174))

### Features

- [**breaking**] Major refactor to make bones independent of bevy with the new `bones_framework`. ([#132](https://github.com/fishfolk/bones/pull/132))

<!-- generated by git-cliff -->
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).

Expand Down
4 changes: 2 additions & 2 deletions other_crates/bones_matchmaker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bones_matchmaker"
description = "Simple matchmaking server for games."
version = "0.2.0"
version = "0.3.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand All @@ -18,7 +18,7 @@ scc = "1.0"
rcgen = "0.11"
tracing = "0.1"
rand = "0.8"
bones_matchmaker_proto = { version = "0.2", path = "../bones_matchmaker_proto" }
bones_matchmaker_proto = { version = "0.3", path = "../bones_matchmaker_proto" }
clap = { version = "4.0", features = ["derive", "env"] }
futures = { version = "0.3", default-features = false, features = ["std", "async-await"] }
postcard = { version = "1.0", default-features = false, features = ["alloc"] }
Expand Down
Loading

0 comments on commit 9351601

Please sign in to comment.