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 Oct 24, 2022
1 parent b733b06 commit 8a49940
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 0.9.7 (Mon Oct 24 2022)

#### 🏠 Internal

- Guard usage of the legacy method `meta_aggregate`, add datalad-deprecated into tests dependencies [#126](https://github.com/datalad/datalad-crawler/pull/126) ([@christian-monch](https://github.com/christian-monch) [@yarikoptic](https://github.com/yarikoptic))
- Update GitHub Actions action versions [#128](https://github.com/datalad/datalad-crawler/pull/128) ([@jwodder](https://github.com/jwodder))
- Set action step outputs via $GITHUB_OUTPUT [#127](https://github.com/datalad/datalad-crawler/pull/127) ([@jwodder](https://github.com/jwodder))

#### Authors: 3

- Christian Mönch ([@christian-monch](https://github.com/christian-monch))
- John T. Wodder II ([@jwodder](https://github.com/jwodder))
- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic))

---

# 0.9.6 (Fri Sep 16 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.6"
__version__ = "0.9.7"

0 comments on commit 8a49940

Please sign in to comment.