Skip to content

Commit 1ebfa5a

Browse files
committed
chore: prep for 0.7.2 release
1 parent 3408b0e commit 1ebfa5a

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oasysdb"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
edition = "2021"
55
license = "Apache-2.0"
66
readme = "readme.md"

docs/changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## v0.7.2
4+
5+
### What's Changed
6+
7+
This release includes a fix for the file system issue happening on Windows which
8+
happen when the default temporary directory in in a different drive than the
9+
current working directory. This issue is fixed by creating a temporary directory
10+
in the root of the database directory.
11+
12+
### Contributors
13+
14+
- @edwinkys
15+
16+
### Full Changelog
17+
18+
[v0.7.1...v0.7.2](https://github.com/oasysai/oasysdb/compare/v0.7.1...v0.7.2)
19+
320
## v0.7.1
421

522
### What's Changed

0 commit comments

Comments
 (0)