Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid committed Jun 9, 2023
1 parent aae9f18 commit 2a3d1fe
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.3.1

_released `2023-06-09`_

- remove dependency on 3.11 by adding `typing-extensions` ([#3](https://github.com/xavdid/reddit-user-to-sqlite/pull/3))

## 0.3.0

_released `2023-05-23`_
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.3.0"
version = "0.3.1"

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

0 comments on commit 2a3d1fe

Please sign in to comment.