Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
cpclib@0.10.0
cpclib-asm@0.9.0
cpclib-basic@0.9.0
cpclib-basm@0.9.0
cpclib-bdasm@0.9.0
cpclib-bndbuild@0.7.0
cpclib-bndbuild-ratatui@0.7.0
cpclib-common@0.9.0
cpclib-cpr@0.7.0
cpclib-cprcli@0.7.0
cpclib-crunchers@0.9.0
cpclib-disc@0.9.0
cpclib-emucontrol@0.7.0
cpclib-image@0.9.0
cpclib-imgconverter@0.9.0
cpclib-macros@0.9.0
cpclib-runner@0.7.0
cpclib-sna@0.9.0
cpclib-tokens@0.9.0
cpclib-visual-bndbuild@0.5.0
cpclib-wasm@0.4.0
cpclib-xfer@0.9.0
cpclib-xfertool@0.9.0
cpclib-z80emu@0.9.0
visual-basm@0.5.0

Generated by cargo-workspaces
  • Loading branch information
Krusty/Benediction committed Nov 17, 2024
1 parent 5b76645 commit 9c9a8a0
Show file tree
Hide file tree
Showing 27 changed files with 75 additions and 75 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

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

40 changes: 20 additions & 20 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,26 @@ homepage = "https://github.com/cpcsdk/rust.cpclib"

[workspace.dependencies]

cpclib = { version = "0.9.0", path = "cpclib", default-features = false }
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.6.0", path = "cpclib-bndbuild", default-features = false }
cpclib-common = { version = "0.8.0", path = "cpclib-common", default-features = false }
cpclib-cpr = { version = "0.6.0", path = "cpclib-cpr", default-features = false }
cpclib-crunchers = { version = "0.8.0", path = "cpclib-crunchers", default-features = false }
cpclib-disc = { version = "0.8.0", path = "cpclib-disc", default-features = false }
cpclib-image = { version = "0.8.0", path = "cpclib-image", default-features = false }
cpclib-imgconverter = { version = "0.8.0", path = "cpclib-imgconverter", default-features = false }
cpclib-macros = { version = "0.8.0", path = "cpclib-macros", default-features = false }
cpclib-runner = { version = "0.1.0", path = "cpclib-runner", 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.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 }
cpclib = { version = "0.10.0", path = "cpclib", default-features = false }
cpclib-asm = { version = "0.9.0", path = "cpclib-asm", default-features = false }
cpclib-basic = { version = "0.9.0", path = "cpclib-basic", default-features = false }
cpclib-basm = { version = "0.9.0", path = "cpclib-basm", default-features = false }
cpclib-bdasm = { version = "0.9.0", path = "cpclib-bdasm", default-features = false }
cpclib-bndbuild = { version = "0.7.0", path = "cpclib-bndbuild", default-features = false }
cpclib-common = { version = "0.9.0", path = "cpclib-common", default-features = false }
cpclib-cpr = { version = "0.7.0", path = "cpclib-cpr", default-features = false }
cpclib-crunchers = { version = "0.9.0", path = "cpclib-crunchers", default-features = false }
cpclib-disc = { version = "0.9.0", path = "cpclib-disc", default-features = false }
cpclib-image = { version = "0.9.0", path = "cpclib-image", default-features = false }
cpclib-imgconverter = { version = "0.9.0", path = "cpclib-imgconverter", default-features = false }
cpclib-macros = { version = "0.9.0", path = "cpclib-macros", default-features = false }
cpclib-runner = { version = "0.7.0", path = "cpclib-runner", default-features = false }
cpclib-sna = { version = "0.9.0", path = "cpclib-sna", default-features = false }
cpclib-tokens = { version = "0.9.0", path = "cpclib-tokens", default-features = false }
cpclib-visual-bndbuild = { version = "0.5.0", path = "cpclib-visual-bndbuild", default-features = false }
cpclib-xfer = { version = "0.9.0", path = "cpclib-xfer", default-features = false }
cpclib-xfertool = { version = "0.9.0", path = "cpclib-xfertool", default-features = false }
cpclib-z80emu = { version = "0.9.0", path = "cpclib-z80emu", default-features = false }

# cpclib = {version="0.7.0", default-features=false}
# cpclib-asm = {version="0.7.0", default-features=false}
Expand Down
2 changes: 1 addition & 1 deletion cpclib-asm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpclib-asm"
version = "0.8.3"
version = "0.9.0"
description = "cpclib libraries related to z80 assembling"

authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cpclib-basic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "cpclib-basic"
version = "0.8.1"
version = "0.9.0"
description = "cpclib libraries related to locomotive basic"


Expand Down
2 changes: 1 addition & 1 deletion cpclib-basm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpclib-basm"
version = "0.8.3"
version = "0.9.0"
description = "z80 assembler relying on cpclib-asm"

authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cpclib-bdasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpclib-bdasm"
version = "0.8.3"
version = "0.9.0"
description = "Z80 disassembler. Still contains some bugs."

authors.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions cpclib-bndbuild-ratatui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpclib-bndbuild-ratatui"
version = "0.1.0"
version = "0.7.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand All @@ -9,4 +9,4 @@ homepage.workspace = true

[dependencies]
ratatui.workspace = true
cpclib-bndbuild.workspace = true
cpclib-bndbuild.workspace = true
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.6.0"
version = "0.7.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-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpclib-common"
version = "0.8.1"
version = "0.9.0"
description = "common libraries used in cpclib"

authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cpclib-cpr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpclib-cpr"
version = "0.6.0"
version = "0.7.0"
description = "cpclib libraries related to CPR handling"

authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cpclib-cprcli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpclib-cprcli"
version = "0.6.0"
version = "0.7.0"
description = "Command line tool to manipulate CPRg"


Expand Down
2 changes: 1 addition & 1 deletion cpclib-crunchers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "cpclib-crunchers"
version = "0.8.0"
version = "0.9.0"
description = "crunchers that are used in cpc world"

authors.workspace = true
Expand Down
Loading

0 comments on commit 9c9a8a0

Please sign in to comment.