about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-03-20 02:02:43 +0000
committerTrevor Gross <t.gross35@gmail.com>2025-03-19 21:10:16 -0500
commita0d40f287acc5604d225fee0bb7b09b4817a5f80 (patch)
tree82be8c57d2e921d70d9b930cef06557cea6287c1
parentfc1b87da4a8ebe90f9203b6b8b2ac1c9d857edd9 (diff)
downloadrust-a0d40f287acc5604d225fee0bb7b09b4817a5f80.tar.gz
rust-a0d40f287acc5604d225fee0bb7b09b4817a5f80.zip
chore: release v0.1.152
-rw-r--r--library/compiler-builtins/compiler-builtins/CHANGELOG.md15
-rw-r--r--library/compiler-builtins/compiler-builtins/Cargo.toml2
2 files changed, 16 insertions, 1 deletions
diff --git a/library/compiler-builtins/compiler-builtins/CHANGELOG.md b/library/compiler-builtins/compiler-builtins/CHANGELOG.md
new file mode 100644
index 00000000000..987f8771307
--- /dev/null
+++ b/library/compiler-builtins/compiler-builtins/CHANGELOG.md
@@ -0,0 +1,15 @@
+# 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.1.152](https://github.com/rust-lang/compiler-builtins/compare/compiler_builtins-v0.1.151...compiler_builtins-v0.1.152) - 2025-03-20
+
+### Other
+
+- Remove use of `atomic_load_unordered` and undefined behaviour from `arm_linux.rs`
+- Switch repository layout to use a virtual manifest
diff --git a/library/compiler-builtins/compiler-builtins/Cargo.toml b/library/compiler-builtins/compiler-builtins/Cargo.toml
index 9797b5e65b5..8de8bce6a12 100644
--- a/library/compiler-builtins/compiler-builtins/Cargo.toml
+++ b/library/compiler-builtins/compiler-builtins/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 authors = ["Jorge Aparicio <japaricious@gmail.com>"]
 name = "compiler_builtins"
-version = "0.1.151"
+version = "0.1.152"
 license = "MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)"
 readme = "../README.md"
 repository = "https://github.com/rust-lang/compiler-builtins"