Skip to content

Commit

Permalink
v0.2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Dec 4, 2024
1 parent 740fbed commit 716434d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.2.27

### Enhancements

- Force UTF-8 encoding when reading/writing text ([#56](https://github.com/manzt/juv/pull/56))

### Bug fixes

- Use TemporaryDirectoryIgnoreErrors in replacement template ([#57](https://github.com/manzt/juv/pull/57))

### Contributors
- [@manzt](https://github.com/manzt)

## 0.2.26

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "juv"
version = "0.2.26"
version = "0.2.27"
description = "A toolkit for reproducible Jupyter notebooks, powered by uv."
readme = "README.md"
authors = [{ name = "Trevor Manz", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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

0 comments on commit 716434d

Please sign in to comment.