Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit ff73be8

Browse files
chore: release v0.2.12
1 parent 9064743 commit ff73be8

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

libm/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.2.12](https://github.com/rust-lang/libm/compare/libm-v0.2.11...libm-v0.2.12) - 2025-04-18
11+
12+
### Other
13+
14+
- Introduce a virtual manifest
15+
- Move the `libm` crate to a subdirectory
16+
- Use `https:` links in `README.md`

libm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "libm"
99
readme = "README.md"
1010
repository = "https://github.com/rust-lang/libm"
11-
version = "0.2.11"
11+
version = "0.2.12"
1212
edition = "2021"
1313
rust-version = "1.63"
1414

0 commit comments

Comments
 (0)