Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
* Fixed an issue with encoding datetimes less than 01-01-1970 (fixes [#29](#29))
* Fixed "Edit on Github" links in docs (fixes [#26](#26))
  • Loading branch information
igorcoding committed Aug 19, 2022
1 parent 777410a commit 5f9b4af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.0.1
* Fixed an issue with encoding datetimes less than 01-01-1970 (fixes [#29](https://github.com/igorcoding/asynctnt/issues/29))
* Fixed "Edit on Github" links in docs (fixes [#26](https://github.com/igorcoding/asynctnt/issues/26))

## v2.0.0
**Breaking changes:**
* `Connection.sql()` method is renamed to `Connection.execute()`
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ def find_version():
'display_github': True,
'github_user': 'igorcoding',
'github_repo': 'asynctnt',
'github_version': 'v2/docs/',
'github_version': 'master/docs/',
}

0 comments on commit 5f9b4af

Please sign in to comment.