Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed May 3, 2024
1 parent deec60c commit 72bafe0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "autocfg"
version = "1.2.0"
version = "1.3.0"
authors = ["Josh Stone <cuviper@gmail.com>"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/cuviper/autocfg"
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ should only be used when the compiler supports it.

## Release Notes

- 1.3.0 (2024-05-03)

- Add `probe_raw` for direct control of the code that will be test-compiled.
- Use wrappers when querying the `rustc` version information too.

- 1.2.0 (2024-03-25)

- Add `no_std` and `set_no_std` to control the use of `#![no_std]` in probes.
Expand Down

0 comments on commit 72bafe0

Please sign in to comment.