Skip to content

Commit

Permalink
Merge #1372
Browse files Browse the repository at this point in the history
1372: Prepare patch release r=foresterre a=foresterre



Co-authored-by: Martijn Gribnau <[email protected]>
  • Loading branch information
bors[bot] and foresterre authored Dec 12, 2022
2 parents 07052d2 + db18a65 commit d5c0a4e
Show file tree
Hide file tree
Showing 61 changed files with 24 additions and 17 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ The changelog below lists notable changes for [sic](https://github.com/foresterr

## [Unreleased]

[unreleased]: https://github.com/foresterre/sic/compare/v0.20.0...HEAD
[unreleased]: https://github.com/foresterre/sic/compare/v0.20.1...HEAD

## [0.20.1] - 2022-12-12

### Changed

- Updated dependencies

[0.20.1]: https://github.com/foresterre/sic/compare/v0.20.0...v0.20.1

## [0.20.0] - 2022-03-30

Expand Down
23 changes: 11 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@ tag-prefix = ""

[workspace]
members = [
"components/sic_cli_ops",
"components/sic_core",
"components/sic_image_engine",
"components/sic_io",
"components/sic_parser",
"components/sic_testing",
"crates/sic_cli_ops",
"crates/sic_core",
"crates/sic_image_engine",
"crates/sic_io",
"crates/sic_parser",
"crates/sic_testing",
"tools/pack-release",
]

[dependencies]
sic_cli_ops = { version = "0.20.0", path = "components/sic_cli_ops" }
sic_core = { version = "0.20.0", path = "components/sic_core" }
sic_io = { version = "0.20.0", path = "components/sic_io" }
sic_image_engine = { version = "0.20.0", path = "components/sic_image_engine" }
sic_parser = { version = "0.20.0", path = "components/sic_parser"}
sic_cli_ops = { version = "0.20.0", path = "crates/sic_cli_ops" }
sic_core = { version = "0.20.0", path = "crates/sic_core" }
sic_io = { version = "0.20.0", path = "crates/sic_io" }
sic_image_engine = { version = "0.20.0", path = "crates/sic_image_engine" }
sic_parser = { version = "0.20.0", path = "crates/sic_parser" }

anyhow = "1.0.66"
atty = "0.2.14"
Expand All @@ -62,4 +62,3 @@ output-test-images = []
panic = "abort"
lto = true
codegen-units = 1

Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ rust-version = "1.56"


[dependencies]
sic_image_engine = { version = "0.20.0", path = "../../components/sic_image_engine" }
sic_parser = { version = "0.20.0", path = "../../components/sic_parser" }
sic_image_engine = { version = "0.20.0", path = "../sic_image_engine" }
sic_parser = { version = "0.20.0", path = "../sic_parser" }

clap = "2.34.0"
strum = "0.24.1"
strum_macros = "0.24.3"
thiserror = "1.0.37"

[dev-dependencies]
sic_core = { version = "0.20.0", path = "../../components/sic_core" }
sic_testing = { version = "0.20.0", path = "../../components/sic_testing" }
sic_core = { version = "0.20.0", path = "../sic_core" }
sic_testing = { version = "0.20.0", path = "../sic_testing" }
parameterized = "1.0.0"

[features]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d5c0a4e

Please sign in to comment.