Skip to content

Commit

Permalink
prepare v1.12.2 (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar authored Sep 10, 2024
1 parent f949b99 commit f57ef0b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
## History / Changelog


## 1.12.2

- downloads: add support for SOCKS proxies with @gremid (#682)
- extraction fix: ValueError in table spans (#685)
- spider: `prune_xpath` parameter added by @felipehertzer (#684)
- spider: relax strict parameter for link extraction (#687)
- sitemaps: `max_sitemaps` parameter added by @felipehertzer (#690)
- maintenance: make compression libraries optional (#691)
- metadata: review and lint code (#694)


### 1.12.1

Navigation:
Expand Down
2 changes: 1 addition & 1 deletion trafilatura/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__author__ = 'Adrien Barbaresi and contributors'
__license__ = "Apache-2.0"
__copyright__ = 'Copyright 2019-2024, Adrien Barbaresi'
__version__ = '1.12.1'
__version__ = '1.12.2'


import logging
Expand Down

0 comments on commit f57ef0b

Please sign in to comment.