Skip to content

Commit

Permalink
Update versions, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed Dec 4, 2024
1 parent f26feb0 commit c80b78d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.9.3

- Specify an MSRV in Cargo.toml, checked in CI.
- The minimal versions for dependencies are tweaked and now checked in CI.

## v0.9.2

- Pin cargo-platform dependency so we do not exceed MSRV of 0.76.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "testdir"
version = "0.9.2"
version = "0.9.3"
authors = ["Floris Bruynooghe <[email protected]>"]
edition = "2021"
description = "Semi-persistent, scoped test directories"
Expand Down

0 comments on commit c80b78d

Please sign in to comment.