Skip to content

Commit

Permalink
v0.2.0 — Use a single error type
Browse files Browse the repository at this point in the history
- Increased MSRV to 1.70
- **Breaking**: All error types have been combined into a single `InPlaceError`, and all error kinds have been combined into a single `InPlaceErrorKind`
  • Loading branch information
jwodder committed Dec 22, 2023
1 parent 7d0fd49 commit 15ab4a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.2.0 (in development)
-----------------------
v0.2.0 (2023-12-22)
-------------------
- Increased MSRV to 1.70
- **Breaking**: All error types have been combined into a single
`InPlaceError`, and all error kinds have been combined into a single
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 = "in-place"
version = "0.2.0-dev"
version = "0.2.0"
edition = "2021"
rust-version = "1.70"
description = "In-place file processing"
Expand Down

0 comments on commit 15ab4a7

Please sign in to comment.