Skip to content

Commit 4cb2068

Browse files
author
Dennis Waldherr
committed
chore(version): 3.6.3
1 parent 60ee5b7 commit 4cb2068

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## 3.6.3 - 2025-11-02
6+
#### Miscellaneous Chores
7+
- **(version)** 3.6.2 - (aa875a2) - Dennis Waldherr
8+
9+
- - -
10+
511
## 3.6.2 - 2025-11-02
612
#### Miscellaneous Chores
713
- cog should update the workspace version - (9d5b1c5) - Dennis Waldherr

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
members = ["bwapi_wrapper", "example_bot"]
1414

1515
[workspace.package]
16-
version = "3.6.2"
16+
version = "3.6.3"
1717

1818
[workspace.dependencies]
1919
num-traits = "0.2"
@@ -31,7 +31,7 @@ targets = ["x86_64-pc-windows-msvc"]
3131
num-traits.workspace = true
3232
num-derive.workspace = true
3333
derive_more.workspace = true
34-
bwapi_wrapper = { path = "bwapi_wrapper", version = "3.6.2" }
34+
bwapi_wrapper = { path = "bwapi_wrapper", version = "3.6.3" }
3535
winapi = { version = "0.3", features = ["winbase", "memoryapi", "handleapi"] }
3636
memchr = "2.7"
3737
rstar = "0.12"

example_bot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "example_bot"
33
authors = ["Bytekeeper <bytekeeper@mailbox.org>"]
44
edition = "2024"
5-
version = "3.6.2"
5+
version = "3.6.3"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

0 commit comments

Comments
 (0)