Skip to content

Commit 3ff9a73

Browse files
authored
Prepare release notes for v0.3.3 (#93)
1 parent ec13fac commit 3ff9a73

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[*]
2+
indent_style = space
3+
indent_size = 4
4+
insert_final_newline = true
5+
trim_trailing_whitespace = true
6+
7+
[*.py]
8+
max_line_length = 120
9+
10+
[*.rst]
11+
indent_size = 2
12+
13+
[*.{yaml,yml}]
14+
indent_size = 2

docs/source/release-history.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Release History
33
===============
44

5-
In Development
6-
--------------
5+
v0.3.3 (2022-09-30)
6+
-------------------
77

8-
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`)
8+
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`)
99

1010

1111
v0.3.2 (2021-11-16)

0 commit comments

Comments
 (0)