Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
auto committed Aug 3, 2022
1 parent 53121d7 commit 8a104be
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 0.9.5 (Wed Aug 03 2022)

#### 🐛 Bug Fix

- DOC: Set language in Sphinx config to en [#118](https://github.com/datalad/datalad-crawler/pull/118) ([@adswa](https://github.com/adswa))

#### 🧪 Tests

- Switch to pytest [#117](https://github.com/datalad/datalad-crawler/pull/117) ([@jwodder](https://github.com/jwodder) [@yarikoptic](https://github.com/yarikoptic))

#### Authors: 3

- Adina Wagner ([@adswa](https://github.com/adswa))
- John T. Wodder II ([@jwodder](https://github.com/jwodder))
- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic))

---

# 0.9.4 (Wed May 25 2022)

#### 🏠 Internal
Expand Down
2 changes: 1 addition & 1 deletion datalad_crawler/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.4"
__version__ = "0.9.5"

0 comments on commit 8a104be

Please sign in to comment.