From 23cfe0839079aa17d042bbd3976f6d188689d290 Mon Sep 17 00:00:00 2001 From: "hydro-project-bot[bot]" <132423234+hydro-project-bot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:04:48 +0000 Subject: [PATCH] Release hydroflow_lang v0.6.2, hydroflow v0.6.2, hydroflow_plus v0.6.1, hydro_deploy v0.6.1, hydro_cli v0.6.1, hydroflow_plus_cli_integration v0.6.1, stageleft_tool v0.1.1 --- Cargo.lock | 4 +- hydro_deploy/core/CHANGELOG.md | 10 ++- hydro_deploy/hydro_cli/CHANGELOG.md | 10 ++- .../CHANGELOG.md | 8 +- hydroflow/CHANGELOG.md | 73 +++++++++++++++++-- hydroflow/Cargo.toml | 4 +- hydroflow_lang/CHANGELOG.md | 49 ++++++++++++- hydroflow_lang/Cargo.toml | 2 +- hydroflow_plus/CHANGELOG.md | 10 ++- hydroflow_plus/Cargo.toml | 4 +- stageleft_tool/CHANGELOG.md | 11 ++- 11 files changed, 154 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30c6e9bcf220..1331019a1a39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1417,7 +1417,7 @@ dependencies = [ [[package]] name = "hydroflow" -version = "0.6.1" +version = "0.6.2" dependencies = [ "bincode", "byteorder", @@ -1512,7 +1512,7 @@ dependencies = [ [[package]] name = "hydroflow_lang" -version = "0.6.1" +version = "0.6.2" dependencies = [ "auto_impl", "clap 4.4.11", diff --git a/hydro_deploy/core/CHANGELOG.md b/hydro_deploy/core/CHANGELOG.md index 3dcaeba8e2eb..65fdc0859a73 100644 --- a/hydro_deploy/core/CHANGELOG.md +++ b/hydro_deploy/core/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. 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). -## v0.6.1 (2024-04-05) +## v0.6.1 (2024-04-09) + + ### Style @@ -15,8 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 1 commit contributed to the release over the course of 31 calendar days. - - 35 days passed between releases. + - 2 commits contributed to the release over the course of 35 calendar days. + - 39 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#1090](https://github.com/hydro-project/hydroflow/issues/1090) @@ -28,6 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **[#1090](https://github.com/hydro-project/hydroflow/issues/1090)** - Qualified path cleanups for clippy ([`7958fb0`](https://github.com/hydro-project/hydroflow/commit/7958fb0d900be8fe7359326abfa11dcb8fb35e8a)) + * **Uncategorized** + - Release hydroflow_cli_integration v0.5.2, hydroflow_lang v0.6.1, hydroflow_datalog_core v0.6.1, lattices v0.5.4, hydroflow v0.6.1, stageleft_macro v0.1.1, stageleft v0.2.1, hydroflow_plus v0.6.1, hydro_deploy v0.6.1, hydro_cli v0.6.1, hydroflow_plus_cli_integration v0.6.1, stageleft_tool v0.1.1 ([`cd63f22`](https://github.com/hydro-project/hydroflow/commit/cd63f2258c961a40f0e5dbef20ac329a2d570ad0)) ## v0.6.0 (2024-03-02) diff --git a/hydro_deploy/hydro_cli/CHANGELOG.md b/hydro_deploy/hydro_cli/CHANGELOG.md index a42f322b2f5e..42672ce8e86f 100644 --- a/hydro_deploy/hydro_cli/CHANGELOG.md +++ b/hydro_deploy/hydro_cli/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. 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). -## 0.6.1 (2024-04-05) +## 0.6.1 (2024-04-09) + + ### Style @@ -15,8 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 1 commit contributed to the release over the course of 31 calendar days. - - 35 days passed between releases. + - 2 commits contributed to the release over the course of 35 calendar days. + - 39 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#1090](https://github.com/hydro-project/hydroflow/issues/1090) @@ -28,6 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **[#1090](https://github.com/hydro-project/hydroflow/issues/1090)** - Qualified path cleanups for clippy ([`7958fb0`](https://github.com/hydro-project/hydroflow/commit/7958fb0d900be8fe7359326abfa11dcb8fb35e8a)) + * **Uncategorized** + - Release hydroflow_cli_integration v0.5.2, hydroflow_lang v0.6.1, hydroflow_datalog_core v0.6.1, lattices v0.5.4, hydroflow v0.6.1, stageleft_macro v0.1.1, stageleft v0.2.1, hydroflow_plus v0.6.1, hydro_deploy v0.6.1, hydro_cli v0.6.1, hydroflow_plus_cli_integration v0.6.1, stageleft_tool v0.1.1 ([`cd63f22`](https://github.com/hydro-project/hydroflow/commit/cd63f2258c961a40f0e5dbef20ac329a2d570ad0)) ## 0.6.0 (2024-03-02) diff --git a/hydro_deploy/hydroflow_plus_cli_integration/CHANGELOG.md b/hydro_deploy/hydroflow_plus_cli_integration/CHANGELOG.md index 4d19504fbbac..6cd486f9b402 100644 --- a/hydro_deploy/hydroflow_plus_cli_integration/CHANGELOG.md +++ b/hydro_deploy/hydroflow_plus_cli_integration/CHANGELOG.md @@ -1,6 +1,6 @@ -## v0.6.1 (2024-04-05) +## v0.6.1 (2024-04-09) ### New Features @@ -17,8 +17,8 @@ - - 2 commits contributed to the release over the course of 15 calendar days. - - 35 days passed between releases. + - 3 commits contributed to the release over the course of 19 calendar days. + - 39 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 2 unique issues were worked on: [#1100](https://github.com/hydro-project/hydroflow/issues/1100), [#1101](https://github.com/hydro-project/hydroflow/issues/1101) @@ -32,6 +32,8 @@ - Simplify lifetime bounds for processes and clusters ([`77f3e5a`](https://github.com/hydro-project/hydroflow/commit/77f3e5afb9e276d1d6c643574ebac75ed0003939)) * **[#1101](https://github.com/hydro-project/hydroflow/issues/1101)** - Simplify Location trait to remove lifetimes ([`7f68ebf`](https://github.com/hydro-project/hydroflow/commit/7f68ebf2a23e8e73719229a6f0408bffc7fbe7af)) + * **Uncategorized** + - Release hydroflow_cli_integration v0.5.2, hydroflow_lang v0.6.1, hydroflow_datalog_core v0.6.1, lattices v0.5.4, hydroflow v0.6.1, stageleft_macro v0.1.1, stageleft v0.2.1, hydroflow_plus v0.6.1, hydro_deploy v0.6.1, hydro_cli v0.6.1, hydroflow_plus_cli_integration v0.6.1, stageleft_tool v0.1.1 ([`cd63f22`](https://github.com/hydro-project/hydroflow/commit/cd63f2258c961a40f0e5dbef20ac329a2d570ad0)) ## v0.6.0 (2024-03-02) diff --git a/hydroflow/CHANGELOG.md b/hydroflow/CHANGELOG.md index f48f429c26d9..26f4c793743f 100644 --- a/hydroflow/CHANGELOG.md +++ b/hydroflow/CHANGELOG.md @@ -5,8 +5,61 @@ All notable changes to this project will be documented in this file. 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). +## 0.6.2 (2024-04-09) + +### New Features + + - allow `reduce()` to be referenceable as a singleton, fix docs and bugs + * fixed bug: accumulator closures could have return values, which would be ignored + * updated docs + - make fold output optional, usable as just a singleton reference + - allow `fold()` to be referenceable as a singleton + +### Bug Fixes + + - fix singleton reference edges being backwards, fix #1147 + +### Test + + - add tests for #1147 (failing) + +### Commit Statistics + + + + - 5 commits contributed to the release. + - 4 days passed between releases. + - 5 commits were understood as [conventional](https://www.conventionalcommits.org). + - 3 unique issues were worked on: [#1134](https://github.com/hydro-project/hydroflow/issues/1134), [#1148](https://github.com/hydro-project/hydroflow/issues/1148), [#1150](https://github.com/hydro-project/hydroflow/issues/1150) + +### Commit Details + + + +
view details + + * **[#1134](https://github.com/hydro-project/hydroflow/issues/1134)** + - Make fold output optional, usable as just a singleton reference ([`0f16d1f`](https://github.com/hydro-project/hydroflow/commit/0f16d1f50cd64d9ca52ec811acc4a643a86f14fe)) + - Allow `fold()` to be referenceable as a singleton ([`5c5b652`](https://github.com/hydro-project/hydroflow/commit/5c5b6523d96a22c97382a7c61ee0e36ad77c0a0f)) + * **[#1148](https://github.com/hydro-project/hydroflow/issues/1148)** + - Fix singleton reference edges being backwards, fix #1147 ([`82b3030`](https://github.com/hydro-project/hydroflow/commit/82b3030eefb759a97053057f717efb95491802b3)) + - Add tests for #1147 (failing) ([`d9f72a6`](https://github.com/hydro-project/hydroflow/commit/d9f72a62c0099d69986fe28f484bb2bf574caaac)) + * **[#1150](https://github.com/hydro-project/hydroflow/issues/1150)** + - Allow `reduce()` to be referenceable as a singleton, fix docs and bugs ([`5679bfb`](https://github.com/hydro-project/hydroflow/commit/5679bfb7d3b96089cc020308c7d88021a254e63c)) +
+ ## 0.6.1 (2024-04-05) + + + + + + + + + + ### Chore - appease latest nightly clippy @@ -18,6 +71,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### New Features + + + + - Render singleton references in graphvis - enable inspect to have no ouputs - track which ops have singleton state @@ -40,11 +97,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - allow dropping of tee handoff output to prevent memory leak - implement teeing handoff for scheduled layer - Cleanup/update scheduled layer `TeeingHandoff` tests - - add aggregation for collecting values into a vector - feat(hydroflow_datalog): add aggregation for collecting values into a - vector - - add `kvs_mut` example, fix #785 - - scheduler `log` subgraph name (which includes surface syntax sg id) ### Bug Fixes @@ -72,8 +124,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 27 commits contributed to the release over the course of 32 calendar days. - - 35 days passed between releases. + - 28 commits contributed to the release over the course of 31 calendar days. + - 34 days passed between releases. - 27 commits were understood as [conventional](https://www.conventionalcommits.org). - 18 unique issues were worked on: [#1068](https://github.com/hydro-project/hydroflow/issues/1068), [#1086](https://github.com/hydro-project/hydroflow/issues/1086), [#1087](https://github.com/hydro-project/hydroflow/issues/1087), [#1089](https://github.com/hydro-project/hydroflow/issues/1089), [#1090](https://github.com/hydro-project/hydroflow/issues/1090), [#1091](https://github.com/hydro-project/hydroflow/issues/1091), [#1093](https://github.com/hydro-project/hydroflow/issues/1093), [#1094](https://github.com/hydro-project/hydroflow/issues/1094), [#1102](https://github.com/hydro-project/hydroflow/issues/1102), [#1113](https://github.com/hydro-project/hydroflow/issues/1113), [#1125](https://github.com/hydro-project/hydroflow/issues/1125), [#1128](https://github.com/hydro-project/hydroflow/issues/1128), [#1132](https://github.com/hydro-project/hydroflow/issues/1132), [#1133](https://github.com/hydro-project/hydroflow/issues/1133), [#1137](https://github.com/hydro-project/hydroflow/issues/1137), [#1140](https://github.com/hydro-project/hydroflow/issues/1140), [#1145](https://github.com/hydro-project/hydroflow/issues/1145), [#1146](https://github.com/hydro-project/hydroflow/issues/1146) @@ -128,8 +180,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Consider singleton references as `DelayType::Stratum` barriers ([`1b19361`](https://github.com/hydro-project/hydroflow/commit/1b19361a87bafb7d7c12be04cc2ce3370d71439a)) * **[#1146](https://github.com/hydro-project/hydroflow/issues/1146)** - Render singleton references in graphvis ([`1bde8a2`](https://github.com/hydro-project/hydroflow/commit/1bde8a2443523fa8d3aafd7459c9a484de7724b7)) + * **Uncategorized** + - Release hydroflow_cli_integration v0.5.2, hydroflow_lang v0.6.1, hydroflow_datalog_core v0.6.1, lattices v0.5.4, hydroflow v0.6.1, stageleft_macro v0.1.1, stageleft v0.2.1, hydroflow_plus v0.6.1, hydro_deploy v0.6.1, hydro_cli v0.6.1, hydroflow_plus_cli_integration v0.6.1, stageleft_tool v0.1.1 ([`cd63f22`](https://github.com/hydro-project/hydroflow/commit/cd63f2258c961a40f0e5dbef20ac329a2d570ad0)) + + add aggregation for collecting values into a vectorfeat(hydroflow_datalog): add aggregation for collecting values into avector add kvs_mut example, fix #785 scheduler log subgraph name (which includes surface syntax sg id) + ## 0.6.0 (2024-03-02) @@ -283,6 +340,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -- - new implementation and Hydro Deploy setup -- + - new implementation and Hydro Deploy setup + -- ### Bug Fixes diff --git a/hydroflow/Cargo.toml b/hydroflow/Cargo.toml index 03af19d0f7ab..9ba13c114a37 100644 --- a/hydroflow/Cargo.toml +++ b/hydroflow/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hydroflow" publish = true -version = "0.6.1" +version = "0.6.2" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/hydroflow/" @@ -33,7 +33,7 @@ bytes = "1.1.0" futures = "0.3" hydroflow_cli_integration = { optional = true, path = "../hydro_deploy/hydroflow_cli_integration", version = "^0.5.2" } hydroflow_datalog = { optional = true, path = "../hydroflow_datalog", version = "^0.6.0" } -hydroflow_lang = { path = "../hydroflow_lang", version = "^0.6.1" } +hydroflow_lang = { path = "../hydroflow_lang", version = "^0.6.2" } hydroflow_macro = { optional = true, path = "../hydroflow_macro", version = "^0.6.0" } itertools = "0.10" lattices = { path = "../lattices", version = "^0.5.4", features = [ "serde" ] } diff --git a/hydroflow_lang/CHANGELOG.md b/hydroflow_lang/CHANGELOG.md index cd06e99bf9b2..024c0ad26152 100644 --- a/hydroflow_lang/CHANGELOG.md +++ b/hydroflow_lang/CHANGELOG.md @@ -5,8 +5,52 @@ All notable changes to this project will be documented in this file. 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). +## 0.6.2 (2024-04-09) + +### New Features + + - allow `reduce()` to be referenceable as a singleton, fix docs and bugs + * fixed bug: accumulator closures could have return values, which would be ignored + * updated docs + - make fold output optional, usable as just a singleton reference + - allow `fold()` to be referenceable as a singleton + +### Bug Fixes + + - fix singleton reference edges being backwards, fix #1147 + - Fix handling of single-node push subgraphs + +### Commit Statistics + + + + - 5 commits contributed to the release. + - 4 days passed between releases. + - 5 commits were understood as [conventional](https://www.conventionalcommits.org). + - 3 unique issues were worked on: [#1134](https://github.com/hydro-project/hydroflow/issues/1134), [#1148](https://github.com/hydro-project/hydroflow/issues/1148), [#1150](https://github.com/hydro-project/hydroflow/issues/1150) + +### Commit Details + + + +
view details + + * **[#1134](https://github.com/hydro-project/hydroflow/issues/1134)** + - Make fold output optional, usable as just a singleton reference ([`0f16d1f`](https://github.com/hydro-project/hydroflow/commit/0f16d1f50cd64d9ca52ec811acc4a643a86f14fe)) + - Fix handling of single-node push subgraphs ([`994990b`](https://github.com/hydro-project/hydroflow/commit/994990be0403738b46f9736efc24618950d3f50c)) + - Allow `fold()` to be referenceable as a singleton ([`5c5b652`](https://github.com/hydro-project/hydroflow/commit/5c5b6523d96a22c97382a7c61ee0e36ad77c0a0f)) + * **[#1148](https://github.com/hydro-project/hydroflow/issues/1148)** + - Fix singleton reference edges being backwards, fix #1147 ([`82b3030`](https://github.com/hydro-project/hydroflow/commit/82b3030eefb759a97053057f717efb95491802b3)) + * **[#1150](https://github.com/hydro-project/hydroflow/issues/1150)** + - Allow `reduce()` to be referenceable as a singleton, fix docs and bugs ([`5679bfb`](https://github.com/hydro-project/hydroflow/commit/5679bfb7d3b96089cc020308c7d88021a254e63c)) +
+ ## 0.6.1 (2024-04-05) + + + + ### Documentation - add docs for `state()` operator @@ -47,8 +91,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 17 commits contributed to the release over the course of 32 calendar days. - - 35 days passed between releases. + - 18 commits contributed to the release over the course of 31 calendar days. + - 34 days passed between releases. - 17 commits were understood as [conventional](https://www.conventionalcommits.org). - 13 unique issues were worked on: [#1086](https://github.com/hydro-project/hydroflow/issues/1086), [#1087](https://github.com/hydro-project/hydroflow/issues/1087), [#1089](https://github.com/hydro-project/hydroflow/issues/1089), [#1090](https://github.com/hydro-project/hydroflow/issues/1090), [#1091](https://github.com/hydro-project/hydroflow/issues/1091), [#1109](https://github.com/hydro-project/hydroflow/issues/1109), [#1128](https://github.com/hydro-project/hydroflow/issues/1128), [#1130](https://github.com/hydro-project/hydroflow/issues/1130), [#1133](https://github.com/hydro-project/hydroflow/issues/1133), [#1136](https://github.com/hydro-project/hydroflow/issues/1136), [#1137](https://github.com/hydro-project/hydroflow/issues/1137), [#1145](https://github.com/hydro-project/hydroflow/issues/1145), [#1146](https://github.com/hydro-project/hydroflow/issues/1146) @@ -88,6 +132,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **[#1146](https://github.com/hydro-project/hydroflow/issues/1146)** - Render singleton references in graphvis ([`1bde8a2`](https://github.com/hydro-project/hydroflow/commit/1bde8a2443523fa8d3aafd7459c9a484de7724b7)) * **Uncategorized** + - Release hydroflow_cli_integration v0.5.2, hydroflow_lang v0.6.1, hydroflow_datalog_core v0.6.1, lattices v0.5.4, hydroflow v0.6.1, stageleft_macro v0.1.1, stageleft v0.2.1, hydroflow_plus v0.6.1, hydro_deploy v0.6.1, hydro_cli v0.6.1, hydroflow_plus_cli_integration v0.6.1, stageleft_tool v0.1.1 ([`cd63f22`](https://github.com/hydro-project/hydroflow/commit/cd63f2258c961a40f0e5dbef20ac329a2d570ad0)) - Allow `null()` to receive reference input ([`dfe5a1b`](https://github.com/hydro-project/hydroflow/commit/dfe5a1bc66564fbd6de297cd695385b627091658)) diff --git a/hydroflow_lang/Cargo.toml b/hydroflow_lang/Cargo.toml index ca214f3a85f5..20b1020ccf83 100644 --- a/hydroflow_lang/Cargo.toml +++ b/hydroflow_lang/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hydroflow_lang" publish = true -version = "0.6.1" +version = "0.6.2" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/hydroflow_lang/" diff --git a/hydroflow_plus/CHANGELOG.md b/hydroflow_plus/CHANGELOG.md index d2bbc2dc6dca..82867580b435 100644 --- a/hydroflow_plus/CHANGELOG.md +++ b/hydroflow_plus/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. 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). -## v0.6.1 (2024-04-05) +## v0.6.1 (2024-04-09) + + ### Chore @@ -36,8 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 6 commits contributed to the release over the course of 25 calendar days. - - 35 days passed between releases. + - 7 commits contributed to the release over the course of 29 calendar days. + - 39 days passed between releases. - 6 commits were understood as [conventional](https://www.conventionalcommits.org). - 6 unique issues were worked on: [#1083](https://github.com/hydro-project/hydroflow/issues/1083), [#1098](https://github.com/hydro-project/hydroflow/issues/1098), [#1100](https://github.com/hydro-project/hydroflow/issues/1100), [#1101](https://github.com/hydro-project/hydroflow/issues/1101), [#1107](https://github.com/hydro-project/hydroflow/issues/1107), [#1140](https://github.com/hydro-project/hydroflow/issues/1140) @@ -59,6 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Allow BuiltFlow to be cloned even if the deploy flavor can't ([`2d2c43d`](https://github.com/hydro-project/hydroflow/commit/2d2c43dc001dbea17d46d73de464c95066b18fa2)) * **[#1140](https://github.com/hydro-project/hydroflow/issues/1140)** - Appease latest nightly clippy ([`fc447ff`](https://github.com/hydro-project/hydroflow/commit/fc447ffdf8fd1b2189545a991f08588238182f00)) + * **Uncategorized** + - Release hydroflow_cli_integration v0.5.2, hydroflow_lang v0.6.1, hydroflow_datalog_core v0.6.1, lattices v0.5.4, hydroflow v0.6.1, stageleft_macro v0.1.1, stageleft v0.2.1, hydroflow_plus v0.6.1, hydro_deploy v0.6.1, hydro_cli v0.6.1, hydroflow_plus_cli_integration v0.6.1, stageleft_tool v0.1.1 ([`cd63f22`](https://github.com/hydro-project/hydroflow/commit/cd63f2258c961a40f0e5dbef20ac329a2d570ad0)) ## v0.6.0 (2024-03-02) diff --git a/hydroflow_plus/Cargo.toml b/hydroflow_plus/Cargo.toml index 1896649ed2ff..6bc8d566b30c 100644 --- a/hydroflow_plus/Cargo.toml +++ b/hydroflow_plus/Cargo.toml @@ -20,8 +20,8 @@ quote = "1.0.0" syn = { version = "2.0.0", features = [ "parsing", "extra-traits", "visit-mut" ] } proc-macro2 = "1.0.57" proc-macro-crate = "1.1.0" -hydroflow = { path = "../hydroflow", version = "^0.6.1", default-features = false } -hydroflow_lang = { path = "../hydroflow_lang", version = "^0.6.1" } +hydroflow = { path = "../hydroflow", version = "^0.6.2", default-features = false } +hydroflow_lang = { path = "../hydroflow_lang", version = "^0.6.2" } serde = { version = "1", features = [ "derive" ] } bincode = "1.3" stageleft = { path = "../stageleft", version = "^0.2.1" } diff --git a/stageleft_tool/CHANGELOG.md b/stageleft_tool/CHANGELOG.md index 16dc1025d8db..a5207d0fbdd4 100644 --- a/stageleft_tool/CHANGELOG.md +++ b/stageleft_tool/CHANGELOG.md @@ -1,6 +1,9 @@ -## v0.1.1 (2024-04-05) +## v0.1.1 (2024-04-09) + + + ### Chore @@ -23,8 +26,8 @@ - - 4 commits contributed to the release over the course of 31 calendar days. - - 67 days passed between releases. + - 5 commits contributed to the release over the course of 35 calendar days. + - 71 days passed between releases. - 4 commits were understood as [conventional](https://www.conventionalcommits.org). - 4 unique issues were worked on: [#1083](https://github.com/hydro-project/hydroflow/issues/1083), [#1090](https://github.com/hydro-project/hydroflow/issues/1090), [#1098](https://github.com/hydro-project/hydroflow/issues/1098), [#1140](https://github.com/hydro-project/hydroflow/issues/1140) @@ -42,6 +45,8 @@ - Move persist manipulation into a proper optimization ([`5b65626`](https://github.com/hydro-project/hydroflow/commit/5b6562662ce3a0dd172ddc1103a591c1c6037e95)) * **[#1140](https://github.com/hydro-project/hydroflow/issues/1140)** - Appease latest nightly clippy ([`fc447ff`](https://github.com/hydro-project/hydroflow/commit/fc447ffdf8fd1b2189545a991f08588238182f00)) + * **Uncategorized** + - Release hydroflow_cli_integration v0.5.2, hydroflow_lang v0.6.1, hydroflow_datalog_core v0.6.1, lattices v0.5.4, hydroflow v0.6.1, stageleft_macro v0.1.1, stageleft v0.2.1, hydroflow_plus v0.6.1, hydro_deploy v0.6.1, hydro_cli v0.6.1, hydroflow_plus_cli_integration v0.6.1, stageleft_tool v0.1.1 ([`cd63f22`](https://github.com/hydro-project/hydroflow/commit/cd63f2258c961a40f0e5dbef20ac329a2d570ad0)) ## v0.1.0 (2024-01-29)