We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1220cb7 commit 66a5de2Copy full SHA for 66a5de2
3 files changed
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-v0.3.0 (in development)
2
------------------------
+v0.2.1 (2024-07-25)
+-------------------
3
- Changed the receiver of `InPlace::open()` from `&mut self` to `&self`
4
- Increased MSRV to 1.74
5
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "in-place"
-version = "0.3.0-dev"
+version = "0.2.1"
edition = "2021"
rust-version = "1.74"
6
description = "In-place file processing"
LICENSE
The MIT License (MIT)
-Copyright (c) 2023 John Thorvald Wodder II
+Copyright (c) 2023-2024 John Thorvald Wodder II
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
0 commit comments