Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
cpclib-bndbuild@0.5.0
cpclib-visual-bndbuild@0.4.0

Generated by cargo-workspaces
  • Loading branch information
Krusty/Benediction committed Jul 15, 2024
1 parent 020b64f commit 2c271e2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cpclib-asm = { version = "0.8.0", path = "cpclib-asm", default-features = false
cpclib-basic = { version = "0.8.0", path = "cpclib-basic", default-features = false }
cpclib-basm = { version = "0.8.0", path = "cpclib-basm", default-features = false }
cpclib-bdasm = { version = "0.8.0", path = "cpclib-bdasm", default-features = false }
cpclib-bndbuild = { version = "0.4.0", path = "cpclib-bndbuild", default-features = false }
cpclib-bndbuild = { version = "0.5.0", path = "cpclib-bndbuild", default-features = false }
cpclib-common = { version = "0.8.0", path = "cpclib-common", default-features = false }
cpclib-cpr = { version = "0.3.0", path = "cpclib-cpr", default-features = false }
cpclib-crunchers = { version = "0.8.0", path = "cpclib-crunchers", default-features = false }
Expand All @@ -50,7 +50,7 @@ cpclib-imgconverter = { version = "0.8.0", path = "cpclib-imgconverter", default
cpclib-macros = { version = "0.8.0", path = "cpclib-macros", default-features = false }
cpclib-sna = { version = "0.8.0", path = "cpclib-sna", default-features = false }
cpclib-tokens = { version = "0.8.0", path = "cpclib-tokens", default-features = false }
cpclib-visual-bndbuild = { version = "0.3.0", path = "cpclib-visual-bndbuild", default-features = false }
cpclib-visual-bndbuild = { version = "0.4.0", path = "cpclib-visual-bndbuild", default-features = false }
cpclib-xfer = { version = "0.8.0", path = "cpclib-xfer", default-features = false }
cpclib-xfertool = { version = "0.8.0", path = "cpclib-xfertool", default-features = false }
cpclib-z80emu = { version = "0.8.0", path = "cpclib-z80emu", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion cpclib-bndbuild/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpclib-bndbuild"
version = "0.4.2"
version = "0.5.0"
resolver = "2"
description = "Amstrad CPC project builder. Biased towards basm, but can still work with any tool"

Expand Down
2 changes: 1 addition & 1 deletion cpclib-visual-bndbuild/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpclib-visual-bndbuild"
version = "0.3.1"
version = "0.4.0"
resolver = "2"

description = "Amstrad CPC project builder. Biased towards basm, but can still work with any tool. This is the graphical version."
Expand Down

0 comments on commit 2c271e2

Please sign in to comment.