Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Bot committed Apr 11, 2024
1 parent a9728ff commit 2ece83e
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
# v0.2.0 (Thu Apr 11 2024)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Sauradip Ghosh ([@Sauradip07](https://github.com/Sauradip07))

:heart: Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic))

### Release Notes

#### [MNT] Release new data model ([#118](https://github.com/neurobagel/query-tool/pull/118))

We have updated the Neurobagel data model to allow users to specify phenotypic information at the session level (https://github.com/neurobagel/planning/issues/83). This release updates the query tool so it can understand the new response from APIs.

---

#### 💥 Breaking Changes

- [ENH] Enabled pheno level session for response and query [#112](https://github.com/neurobagel/query-tool/pull/112) ([@rmanaem](https://github.com/rmanaem))
- [REF] Enable handling of partial node response success [#97](https://github.com/neurobagel/query-tool/pull/97) ([@rmanaem](https://github.com/rmanaem) [@surchs](https://github.com/surchs))

#### 🚀 Enhancements

- [MNT] Release new data model [#118](https://github.com/neurobagel/query-tool/pull/118) ([@rmanaem](https://github.com/rmanaem))
- [FIX] Reverted back to installing devdependencies along with dependencies [#117](https://github.com/neurobagel/query-tool/pull/117) ([@rmanaem](https://github.com/rmanaem))

#### 🐛 Bug Fixes

- [FIX] Fixed parsing of `NB_IS_FEDERATION_API` [#88](https://github.com/neurobagel/query-tool/pull/88) ([@rmanaem](https://github.com/rmanaem))

#### 🏠 Internal

- [CI] Set up docker nightly build [#114](https://github.com/neurobagel/query-tool/pull/114) ([@rmanaem](https://github.com/rmanaem))
- [MNT] Add dependabot.yml [#94](https://github.com/neurobagel/query-tool/pull/94) ([@Sauradip07](https://github.com/Sauradip07) [@rmanaem](https://github.com/rmanaem))
- [MNT] Removed `corePlugins` option from `prettier` config file [#87](https://github.com/neurobagel/query-tool/pull/87) ([@rmanaem](https://github.com/rmanaem))
- [CI] adding codespell: fixing one typo [#86](https://github.com/neurobagel/query-tool/pull/86) ([@yarikoptic](https://github.com/yarikoptic) [@rmanaem](https://github.com/rmanaem))
- [CI] Remove GH variable dependence for tests [#80](https://github.com/neurobagel/query-tool/pull/80) ([@surchs](https://github.com/surchs))
- [MNT] Add .prettierignore for CHANGELOG [#83](https://github.com/neurobagel/query-tool/pull/83) ([@surchs](https://github.com/surchs))

#### 📝 Documentation

- [DOC] Updated README.md [#89](https://github.com/neurobagel/query-tool/pull/89) ([@rmanaem](https://github.com/rmanaem))

#### Authors: 4

- Arman Jahanpour ([@rmanaem](https://github.com/rmanaem))
- Sauradip Ghosh ([@Sauradip07](https://github.com/Sauradip07))
- Sebastian Urchs ([@surchs](https://github.com/surchs))
- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic))

---

# v0.1.0 (Thu Mar 07 2024)

:tada: This release contains work from new contributors! :tada:
Expand Down

0 comments on commit 2ece83e

Please sign in to comment.