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 v0.0.38 #156

Merged
merged 1 commit into from
Nov 14, 2023
Merged

chore: release v0.0.38 #156

merged 1 commit into from
Nov 14, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 12, 2023

🤖 New release

  • RustQuant: 0.0.37 -> 0.0.38 (⚠️ API breaking changes)

⚠️ RustQuant breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.24.2/src/lints/function_missing.ron

Failed in:
  function RustQuant::time::is_weekend, previously in file /tmp/.tmpxLEwto/RustQuant/src/time/calendar.rs:34
  function RustQuant::time::calendar::is_weekend, previously in file /tmp/.tmpxLEwto/RustQuant/src/time/calendar.rs:34
  function RustQuant::time::easter_monday, previously in file /tmp/.tmpxLEwto/RustQuant/src/time/calendar.rs:27
  function RustQuant::time::calendar::easter_monday, previously in file /tmp/.tmpxLEwto/RustQuant/src/time/calendar.rs:27

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.24.2/src/lints/struct_missing.ron

Failed in:
  struct RustQuant::money::ISO_4217, previously in file /tmp/.tmpxLEwto/RustQuant/src/money/currency.rs:55
  struct RustQuant::money::currency::ISO_4217, previously in file /tmp/.tmpxLEwto/RustQuant/src/money/currency.rs:55
Changelog

0.0.38 - 2023-11-14

Other

  • #142 - Add more calendars (Czech Rep., Denmark, Finland, France, Germany, Hong Kong)
  • Fix some clippy lints.
  • Add ISO code implementations (ISO-4217, ISO-3166, ISO-10383)
  • #142 - Add calendar boilerplate
  • #142 - Add calendars (Argentina, Botswana, Brazil, Chile, China)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2023-11-12T21-22-43Z branch from bc7e0a9 to 1d732bf Compare November 12, 2023 22:06
@Autoparallel
Copy link
Contributor

yoo release plz nice!

@github-actions github-actions bot force-pushed the release-plz-2023-11-12T21-22-43Z branch 2 times, most recently from e71daeb to 2fbb98e Compare November 13, 2023 22:20
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2023-11-12T21-22-43Z branch from 2fbb98e to b7c27ef Compare November 14, 2023 12:35
@avhz avhz merged commit 617839b into main Nov 14, 2023
@avhz
Copy link
Owner

avhz commented Nov 14, 2023

yoo release plz nice!

I love it, thanks @0xJepsen for the idea!

@avhz avhz deleted the release-plz-2023-11-12T21-22-43Z branch December 13, 2023 03: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.

2 participants