release(0.4.0): Phase 0 date toolkit - #6
Merged
Merged
Conversation
…schedules Bump 0.3.0 -> 0.4.0. Ships the Phase 0 foundations added in #1-#4: date, daycount, calendar (incl. BUS/252), and schedule modules. - Cargo.toml: version 0.4.0. - CHANGELOG: 0.4.0 section + compare links. - README: "Dates, calendars & schedules (new in 0.4)" section; Conventions note now points at the calendar/daycount modules. - lib.rs: crate-doc pointer to the new modules.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.4.0 — Phase 0 date toolkit
Bumps
0.3.0 → 0.4.0, shipping the Phase 0 foundations merged in #1–#4:date,daycount,calendar(incl. BUS/252), andschedule.Per
.github/workflows/release.yml, aCargo.tomlversion bump landing onmaintriggers the release pipeline:cargo publishto crates.io, tagv0.4.0, SLSA L3 provenance, and a GitHub Release. crates.io publishes are permanent — that version number can't be reused. Pre-merge checks below all pass.Changes
Cargo.toml—version = "0.4.0".CHANGELOG.md—0.4.0section (date/daycount/calendar/schedule + usage tests) and compare links.README.md— new "Dates, calendars & schedules (new in 0.4)" section; the Conventions note now points at thecalendar/daycountmodules instead of only manual factors.src/lib.rs— crate-level doc pointer to the four new modules.No library code changes — this is a version/docs bump on top of already-merged, already-tested code.
Pre-flight (local, clean)
cargo fmt --check✅cargo clippy --all-targets -D warnings✅cargo test --all✅ — 121 lib + 1 + 7 usage + 8 doctestscargo doc --no-deps --document-private-itemswithRUSTDOCFLAGS=-D warnings✅cargo publish --dry-run✅ (clean tree)After release
actions/checkout@v4emits a Node 20 deprecation warning (non-blocking; hard cutoff mid-2026) — worth a follow-up bump to@v5.YieldTermStructuretrait.