From aefa09d3928ee41962ad03cb371c193536ed096c Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Fri, 20 Mar 2026 14:57:45 -0700 Subject: [PATCH] release: v1.0.0 Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a61af..246aa46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,3 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.0.0] - 2026-03-20 + +First release with changelog. diff --git a/Cargo.toml b/Cargo.toml index 8ece549..1e4af73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clocksource" -version = "1.0.0-alpha.0" +version = "1.0.0" authors = ["Brian Martin "] edition = "2024" description = "Library for times and durations with fixed-size representations"