Skip to content

Commit c80b78d

Browse files
committed
Update versions, changelog
1 parent f26feb0 commit c80b78d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.9.3
4+
5+
- Specify an MSRV in Cargo.toml, checked in CI.
6+
- The minimal versions for dependencies are tweaked and now checked in CI.
7+
38
## v0.9.2
49

510
- Pin cargo-platform dependency so we do not exceed MSRV of 0.76.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "testdir"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
authors = ["Floris Bruynooghe <[email protected]>"]
55
edition = "2021"
66
description = "Semi-persistent, scoped test directories"

0 commit comments

Comments
 (0)