summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/release_date.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update the release dateIan Jackson2025-08-051-1/+1
|
* arti-client: Update release date.Gabriela Moldovan2025-07-071-1/+1
|
* release: Update ARTI_CLIENT_RELEASE_DATE using `maint/update-release-date`.Alexander Hansen Færøy2025-06-051-1/+1
|
* release: Update release date.Wesley Aptekar-Cassels2025-05-011-1/+1
| | | | Done via `./maint/update-release-date`.
* arti-client: Keep a somewhat accurate notion of our release date.Nick Mathewson2025-04-161-0/+18
This doesn't need to be perfect, but we need to use it to see if a consensus is new enough that we should obey its recommendations. This commit also adds a script to update or check our release date, and calls this script from our cargo-publish script.