Skip to content

Commit 9028530

Browse files
authored
Merge pull request #1 from brayniac/release/v1.0.0
release: v1.0.0
2 parents 742a44c + aefa09d commit 9028530

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [1.0.0] - 2026-03-20
11+
12+
First release with changelog.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clocksource"
3-
version = "1.0.0-alpha.0"
3+
version = "1.0.0"
44
authors = ["Brian Martin <brian@iop.systems>"]
55
edition = "2024"
66
description = "Library for times and durations with fixed-size representations"

0 commit comments

Comments
 (0)