Skip to content

Commit

Permalink
Prepare release notes for v0.3.3 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0grog committed Sep 30, 2022
1 parent ec13fac commit 3ff9a73
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.py]
max_line_length = 120

[*.rst]
indent_size = 2

[*.{yaml,yml}]
indent_size = 2
6 changes: 3 additions & 3 deletions docs/source/release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Release History
===============

In Development
--------------
v0.3.3 (2022-09-30)
-------------------

Fixes a timestamp issue that is extremely similar to the one from v0.3.2: some Wayback CDX records have invalid timestamps with ``"00"`` for the month portion. :meth:`wayback.WaybackClient.search` previously raised an exception when parsing CDX records with this issue, but now handles them safely. Thanks to @edsu for discovering this issue and addressing it. (:issue:`88`)
This release extends the timestamp parsing fix from version 0.3.2 to handle a similar problem, but with the month portion of timestamps in addition to the day. It also implements a small performance improvement in timestamp parsing. Thanks to @edsu for discovering this issue and addressing this. (:issue:`88`)


v0.3.2 (2021-11-16)
Expand Down

0 comments on commit 3ff9a73

Please sign in to comment.