Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #372

Closed
wants to merge 1 commit into from
Closed

Conversation

release-plz-ipvm-wg[bot]
Copy link
Contributor

🤖 New release

  • homestar-runtime: 0.1.0
  • homestar-core: 0.1.0
  • homestar-wasm: 0.1.0
Changelog

homestar-runtime

0.1.0 - 2023-10-09

Added

  • builds, packages, pushing contains to ghcr (#360)
  • Add out-of-band node metrics (#299)
  • Rendezvous for peer discovery (#236)

Other

  • flaky test updates (#359)
  • README updates, example updates (#352)
  • deps-run! (#343)
  • updates around bin warning and windows-latest+nightly (#329)
  • chore(cargo): Bump clap from 4.4.4 to 4.4.5 (#325)
  • deps 9-18 & filter CI (#319)
  • default-features, dev-mode, feature-fun (#308)
  • Example application with image processing workflow (#263)
  • deps b/c clippy (#292)
  • help dependabot (#280)
  • chore(cargo): bump serde_with from 3.2.0 to 3.3.0 (#265)
  • Swarm Bootstrap Nodes (#201)
  • Prep for first example application with various fixes and changes. (#235)
  • Add capture for windows signals (#234)
  • for mdns, do not add explicit peer, just add to kademlia (#232)
  • chore(cargo): Bump tabled from 0.13.0 to 0.14.0 (#230)
  • chore(cargo): Bump serde_with from 3.1.0 to 3.2.0 (#231)
  • e2e workflow(s) run (#223)
  • chore(cargo): Bump tokio-tungstenite from 0.19.0 to 0.20.0 (#210)
  • Runner + RPC (#203)
  • chore(cargo): Bump dashmap from 5.4.0 to 5.5.0 (#197)
  • chore(cargo): Bump serde_with from 3.0.0 to 3.1.0 (#195)
  • move away from inner-join, count up unique receipts for workflow info (#188)
  • libp2p get providers and handle peer requests for records (#185)
  • Update wasmtime to 10.0.*, along w/ wasmparser & other rela… (#181)
  • first-pass at runtime interface, signals, shutdown, and more (#180)
  • Add pubkey importing / seed generation (#172)
  • ** for all prs (#182)
  • chore(cargo): Bump indexmap from 1.9.3 to 2.0.0 (#168)
  • workspace inherit fun again (#155)
  • workspace inherit fun (#153)
  • add memory limits, update scheduler, progress and info (#144)
  • to/from json, traits for cid (#142)
  • error handling with thiserror, anyhow for runtime only (#139)
  • worker tests, cargo nextest, and better handle on workflow progress (#137)
  • first run-up of docker for runtime (#135)
  • massive jump toward a legit homestar runtime (#133)
  • Add image examples (#124)
  • clippy allow due to subtle behavior (#72)
  • Breakout crates: core, runtime, wasm and prep for generic/diff inputs, parse step (#69)

homestar-core

0.1.0 - 2023-10-09

Other

  • deps 9-18 & filter CI (#319)
  • default-features, dev-mode, feature-fun (#308)
  • Example application with image processing workflow (#263)
  • deps b/c clippy (#292)
  • Rename principle to principal (#261)
  • Prep for first example application with various fixes and changes. (#235)
  • e2e workflow(s) run (#223)
  • Runner + RPC (#203)
  • fix clippy (#202)
  • first-pass at runtime interface, signals, shutdown, and more (#180)
  • ** for all prs (#182)
  • chore(cargo): Bump indexmap from 1.9.3 to 2.0.0 (#168)
  • workspace inherit fun again (#155)
  • workspace inherit fun (#153)
  • add memory limits, update scheduler, progress and info (#144)
  • to/from json, traits for cid (#142)
  • error handling with thiserror, anyhow for runtime only (#139)
  • worker tests, cargo nextest, and better handle on workflow progress (#137)
  • first run-up of docker for runtime (#135)
  • massive jump toward a legit homestar runtime (#133)
  • Breakout crates: core, runtime, wasm and prep for generic/diff inputs, parse step (#69)

homestar-wasm

0.1.0 - 2023-10-09

Other

  • updates around bin warning and windows-latest+nightly (#329)
  • chore(cargo): Bump wasmtime-component-util from 12.0.2 to 13.0.0 (#324)
  • wit-bindgen in my mind (#320)
  • deps 9-18 & filter CI (#319)
  • default-features, dev-mode, feature-fun (#308)
  • move homestar-functions into separate crates (#307)
  • Example application with image processing workflow (#263)
  • chore(cargo): Bump wasmtime from 11.0.1 to 12.0.1 (#284)
  • deps b/c clippy (#292)
  • chore(cargo): bump wit-component from 0.13.1 to 0.14.0 (#269)
  • chore(cargo): bump wasmtime-component-util from 11.0.1 to 12.0.1 (#272)
  • chore(cargo): bump rust_decimal from 1.31.0 to 1.32.0 (#268)
  • chore(cargo): Bump wasmparser from 0.110.0 to 0.111.0 (#250)
  • Prep for first example application with various fixes and changes. (#235)
  • e2e workflow(s) run (#223)
  • chore(cargo): Bump rust_decimal from 1.30.0 to 1.31.0 (#220)
  • chore(cargo): Bump wasmparser from 0.109.0 to 0.110.0 (#218)
  • chore(cargo): Bump wit-component from 0.12.0 to 0.13.0 (#216)
  • chore(cargo): Bump wasmtime-component-util from 10.0.1 to 11.0.1 (#211)
  • chore(cargo): Bump wit-component from 0.11.0 to 0.12.0 (#212)
  • Runner + RPC (#203)
  • chore(cargo): Bump wasmparser from 0.107.0 to 0.109.0 (#200)
  • Update wasmtime to 10.0.*, along w/ wasmparser & other rela… (#181)
  • first-pass at runtime interface, signals, shutdown, and more (#180)
  • ** for all prs (#182)
  • workspace inherit fun again (#155)
  • workspace inherit fun (#153)
  • add memory limits, update scheduler, progress and info (#144)
  • to/from json, traits for cid (#142)
  • error handling with thiserror, anyhow for runtime only (#139)
  • first run-up of docker for runtime (#135)
  • massive jump toward a legit homestar runtime (#133)
  • more guest-wasm examples/docs (#117)
  • Breakout crates: core, runtime, wasm and prep for generic/diff inputs, parse step (#69)
  • move to 0.2.0 (#67)
  • move to homestar, with cleanup (#65)


This PR was generated with release-plz.

Signed-off-by: release-plz <[email protected]>
@release-plz-ipvm-wg release-plz-ipvm-wg bot requested a review from a team as a code owner October 9, 2023 23:45
@zeeshanlakhani zeeshanlakhani deleted the release-plz/2023-10-09T23-45-22Z branch October 10, 2023 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant