Skip to content

Commit

Permalink
chore: prep for 0.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinkys committed Aug 6, 2024
1 parent 3408b0e commit 1ebfa5a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oasysdb"
version = "0.7.1"
version = "0.7.2"
edition = "2021"
license = "Apache-2.0"
readme = "readme.md"
Expand Down
17 changes: 17 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v0.7.2

### What's Changed

This release includes a fix for the file system issue happening on Windows which
happen when the default temporary directory in in a different drive than the
current working directory. This issue is fixed by creating a temporary directory
in the root of the database directory.

### Contributors

- @edwinkys

### Full Changelog

[v0.7.1...v0.7.2](https://github.com/oasysai/oasysdb/compare/v0.7.1...v0.7.2)

## v0.7.1

### What's Changed
Expand Down

0 comments on commit 1ebfa5a

Please sign in to comment.