Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid committed Jun 25, 2023
1 parent ef20ec3 commit dccfcf2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This project uses [SemVer](https://semver.org/) for versioning. Its public APIs, runtime support, and documented file locations won't change incompatibly outside of major versions (once version 1.0.0 has been released). There may be breaking schema changes in minor releases before 1.0.0 and will be noted in these release notes.

## 0.4.1

_released `2023-06-25`_

- specify `utf-8` as the default character encoding, improving windows compatibility (fixes [#10](https://github.com/xavdid/reddit-user-to-sqlite/issues/10))

## 0.4.0

_released `2023-06-14`_
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "reddit-user-to-sqlite"
version = "0.4.0"
version = "0.4.1"

authors = [{ name = "David Brownman", email = "[email protected]" }]
description = "Create a SQLite database containing data pulled from Reddit about a single user."
Expand Down

0 comments on commit dccfcf2

Please sign in to comment.