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

chore: release v0.2.12 #547

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: release v0.2.12
  • Loading branch information
github-actions[bot] authored Apr 20, 2025
commit 8e214c64cc84d43ad45b1d8ecaf20afc6b8b893e
18 changes: 18 additions & 0 deletions libm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.12](https://github.com/rust-lang/libm/compare/libm-v0.2.11...libm-v0.2.12) - 2025-04-20

### Other

- Note that this crate has been moved
- Migrate all crates except `libm` to edition 2024
- Introduce a virtual manifest
- Move the `libm` crate to a subdirectory
- Use `https:` links in `README.md`
2 changes: 1 addition & 1 deletion libm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "libm"
readme = "README.md"
repository = "https://github.com/rust-lang/libm"
version = "0.2.11"
version = "0.2.12"
edition = "2021"
rust-version = "1.63"

Expand Down