Unverified Commit 35e33f4c authored by Sébastien Tourbier's avatar Sébastien Tourbier Committed by GitHub
Browse files

fix(docs/CHANGES.md): clean duplicated version change logs

parent 6306cd1b
Loading
Loading
Loading
Loading
Loading
+0 −98
Original line number Diff line number Diff line
@@ -25,104 +25,6 @@
* **handlers.project:** print info at start and end with "SUCCESS" message in main methods ([c35a49a](https://gitlab.hbp.link/hip/datahipy/commit/c35a49adec80d014ff874c5fa5b53992b7c06637))
* write JSON dataset summary in project methods ([17b96a3](https://gitlab.hbp.link/hip/datahipy/commit/17b96a30cc9517aad97608dee74be324137a2fc0))

# [1.1.0](https://gitlab.hbp.link/hip/datahipy/compare/v1.0.1...v1.1.0) (2023-06-15)


### Bug Fixes

* **.gitlab-ci.yml:** add github to list of known ssh hosts ([9ce3ae9](https://gitlab.hbp.link/hip/datahipy/commit/9ce3ae9536bcb3169cf615a554d629be9ac8c1a2))
* **.gitlab-ci.yml:** review ssh key for github push ([b5a6f66](https://gitlab.hbp.link/hip/datahipy/commit/b5a6f66f3ee11f31b199c36fa0691569e3a961ab))
* **.gitlab-ci.yml:** use ssh instead of https for github push in deploy-release ([23bc34a](https://gitlab.hbp.link/hip/datahipy/commit/23bc34a17732d0d2d324ab1855bdb93b4bebe534))
* comment codecov check ([3d685b7](https://gitlab.hbp.link/hip/datahipy/commit/3d685b7ee3d04882514d455a95e173da65af65e9))
* **handlers.project:** changes to make all tests passed ([4d6a126](https://gitlab.hbp.link/hip/datahipy/commit/4d6a1265e23010d16899844f27958f1d89bb34dd))
* **handlers.project:** correct way to extract input paths and create intermediate dirs for doc import ([c44fb70](https://gitlab.hbp.link/hip/datahipy/commit/c44fb700b716732cb9e68cbbba7a7b8ef6aa23f6))
* **Makefile:** update image tag ([ee91f2a](https://gitlab.hbp.link/hip/datahipy/commit/ee91f2ac5cf5a90e9a75273c0e2b1624e34940d4))


### Features

* add new `project` module with draft of methods supporting the HIP collab space ([0aa717b](https://gitlab.hbp.link/hip/datahipy/commit/0aa717b89872d6a57fc4be4d9803f5e1500f3926))
* add PNG images for logos of dataHIPy package ([412ca28](https://gitlab.hbp.link/hip/datahipy/commit/412ca28494b8243968b0405429c0d6d41232f09d))
* **bids.dataset:** add methods to support the creation of an initial BIDS dataset ([8b95bcc](https://gitlab.hbp.link/hip/datahipy/commit/8b95bcc0b7d61845e3900fde38b5994980537c9a))
* **cli.run:** add new commands to the commandline interface ([47e9702](https://gitlab.hbp.link/hip/datahipy/commit/47e97029786f130a891dd8b9ee339f7beb421c73))
* **handlers.project:** add environments folder to project structure ([d387507](https://gitlab.hbp.link/hip/datahipy/commit/d387507b0358fac4768f4f190eef7e790b3def35))
* **handlers.project:** create initial documents directory structure with "clinical", "reports", "protocols", "other" folders ([e9feeae](https://gitlab.hbp.link/hip/datahipy/commit/e9feeae26d93b66a505ce8bad1a376a199586358))
* **handlers.project:** implement methods supporting the creation and population of collab projects ([71d79bf](https://gitlab.hbp.link/hip/datahipy/commit/71d79bfab9a2ede39aedc8efed8eb802df734d0d))
* **handlers.project:** print info at start and end with "SUCCESS" message in main methods ([c35a49a](https://gitlab.hbp.link/hip/datahipy/commit/c35a49adec80d014ff874c5fa5b53992b7c06637))
* write JSON dataset summary in project methods ([17b96a3](https://gitlab.hbp.link/hip/datahipy/commit/17b96a30cc9517aad97608dee74be324137a2fc0))

# [1.1.0-dev.1](https://gitlab.hbp.link/hip/datahipy/compare/v1.0.1...v1.1.0-dev.1) (2023-06-15)


### Bug Fixes

* **.gitlab-ci.yml:** add github to list of known ssh hosts ([9ce3ae9](https://gitlab.hbp.link/hip/datahipy/commit/9ce3ae9536bcb3169cf615a554d629be9ac8c1a2))
* **.gitlab-ci.yml:** review ssh key for github push ([b5a6f66](https://gitlab.hbp.link/hip/datahipy/commit/b5a6f66f3ee11f31b199c36fa0691569e3a961ab))
* **.gitlab-ci.yml:** use ssh instead of https for github push in deploy-release ([23bc34a](https://gitlab.hbp.link/hip/datahipy/commit/23bc34a17732d0d2d324ab1855bdb93b4bebe534))
* comment codecov check ([3d685b7](https://gitlab.hbp.link/hip/datahipy/commit/3d685b7ee3d04882514d455a95e173da65af65e9))
* **handlers.project:** changes to make all tests passed ([4d6a126](https://gitlab.hbp.link/hip/datahipy/commit/4d6a1265e23010d16899844f27958f1d89bb34dd))
* **handlers.project:** correct way to extract input paths and create intermediate dirs for doc import ([c44fb70](https://gitlab.hbp.link/hip/datahipy/commit/c44fb700b716732cb9e68cbbba7a7b8ef6aa23f6))
* **Makefile:** update image tag ([ee91f2a](https://gitlab.hbp.link/hip/datahipy/commit/ee91f2ac5cf5a90e9a75273c0e2b1624e34940d4))


### Features

* add new `project` module with draft of methods supporting the HIP collab space ([0aa717b](https://gitlab.hbp.link/hip/datahipy/commit/0aa717b89872d6a57fc4be4d9803f5e1500f3926))
* add PNG images for logos of dataHIPy package ([412ca28](https://gitlab.hbp.link/hip/datahipy/commit/412ca28494b8243968b0405429c0d6d41232f09d))
* **bids.dataset:** add methods to support the creation of an initial BIDS dataset ([8b95bcc](https://gitlab.hbp.link/hip/datahipy/commit/8b95bcc0b7d61845e3900fde38b5994980537c9a))
* **cli.run:** add new commands to the commandline interface ([47e9702](https://gitlab.hbp.link/hip/datahipy/commit/47e97029786f130a891dd8b9ee339f7beb421c73))
* **handlers.project:** add environments folder to project structure ([d387507](https://gitlab.hbp.link/hip/datahipy/commit/d387507b0358fac4768f4f190eef7e790b3def35))
* **handlers.project:** create initial documents directory structure with "clinical", "reports", "protocols", "other" folders ([e9feeae](https://gitlab.hbp.link/hip/datahipy/commit/e9feeae26d93b66a505ce8bad1a376a199586358))
* **handlers.project:** implement methods supporting the creation and population of collab projects ([71d79bf](https://gitlab.hbp.link/hip/datahipy/commit/71d79bfab9a2ede39aedc8efed8eb802df734d0d))
* **handlers.project:** print info at start and end with "SUCCESS" message in main methods ([c35a49a](https://gitlab.hbp.link/hip/datahipy/commit/c35a49adec80d014ff874c5fa5b53992b7c06637))
* write JSON dataset summary in project methods ([17b96a3](https://gitlab.hbp.link/hip/datahipy/commit/17b96a30cc9517aad97608dee74be324137a2fc0))

# [1.1.0-dev.1](https://gitlab.hbp.link/hip/datahipy/compare/v1.0.1...v1.1.0-dev.1) (2023-06-15)


### Bug Fixes

* **.gitlab-ci.yml:** add github to list of known ssh hosts ([9ce3ae9](https://gitlab.hbp.link/hip/datahipy/commit/9ce3ae9536bcb3169cf615a554d629be9ac8c1a2))
* **.gitlab-ci.yml:** review ssh key for github push ([b5a6f66](https://gitlab.hbp.link/hip/datahipy/commit/b5a6f66f3ee11f31b199c36fa0691569e3a961ab))
* **.gitlab-ci.yml:** use ssh instead of https for github push in deploy-release ([23bc34a](https://gitlab.hbp.link/hip/datahipy/commit/23bc34a17732d0d2d324ab1855bdb93b4bebe534))
* comment codecov check ([3d685b7](https://gitlab.hbp.link/hip/datahipy/commit/3d685b7ee3d04882514d455a95e173da65af65e9))
* **handlers.project:** changes to make all tests passed ([4d6a126](https://gitlab.hbp.link/hip/datahipy/commit/4d6a1265e23010d16899844f27958f1d89bb34dd))
* **handlers.project:** correct way to extract input paths and create intermediate dirs for doc import ([c44fb70](https://gitlab.hbp.link/hip/datahipy/commit/c44fb700b716732cb9e68cbbba7a7b8ef6aa23f6))
* **Makefile:** update image tag ([ee91f2a](https://gitlab.hbp.link/hip/datahipy/commit/ee91f2ac5cf5a90e9a75273c0e2b1624e34940d4))


### Features

* add new `project` module with draft of methods supporting the HIP collab space ([0aa717b](https://gitlab.hbp.link/hip/datahipy/commit/0aa717b89872d6a57fc4be4d9803f5e1500f3926))
* add PNG images for logos of dataHIPy package ([412ca28](https://gitlab.hbp.link/hip/datahipy/commit/412ca28494b8243968b0405429c0d6d41232f09d))
* **bids.dataset:** add methods to support the creation of an initial BIDS dataset ([8b95bcc](https://gitlab.hbp.link/hip/datahipy/commit/8b95bcc0b7d61845e3900fde38b5994980537c9a))
* **cli.run:** add new commands to the commandline interface ([47e9702](https://gitlab.hbp.link/hip/datahipy/commit/47e97029786f130a891dd8b9ee339f7beb421c73))
* **handlers.project:** add environments folder to project structure ([d387507](https://gitlab.hbp.link/hip/datahipy/commit/d387507b0358fac4768f4f190eef7e790b3def35))
* **handlers.project:** create initial documents directory structure with "clinical", "reports", "protocols", "other" folders ([e9feeae](https://gitlab.hbp.link/hip/datahipy/commit/e9feeae26d93b66a505ce8bad1a376a199586358))
* **handlers.project:** implement methods supporting the creation and population of collab projects ([71d79bf](https://gitlab.hbp.link/hip/datahipy/commit/71d79bfab9a2ede39aedc8efed8eb802df734d0d))
* **handlers.project:** print info at start and end with "SUCCESS" message in main methods ([c35a49a](https://gitlab.hbp.link/hip/datahipy/commit/c35a49adec80d014ff874c5fa5b53992b7c06637))
* write JSON dataset summary in project methods ([17b96a3](https://gitlab.hbp.link/hip/datahipy/commit/17b96a30cc9517aad97608dee74be324137a2fc0))

# [1.1.0-dev.1](https://gitlab.hbp.link/hip/bids-tools/compare/v1.0.1...v1.1.0-dev.1) (2023-03-10)


### Bug Fixes

* **handlers.project:** changes to make all tests passed ([4d6a126](https://gitlab.hbp.link/hip/bids-tools/commit/4d6a1265e23010d16899844f27958f1d89bb34dd))
* **handlers.project:** correct way to extract input paths and create intermediate dirs for doc import ([c44fb70](https://gitlab.hbp.link/hip/bids-tools/commit/c44fb700b716732cb9e68cbbba7a7b8ef6aa23f6))


### Features

* add new `project` module with draft of methods supporting the HIP collab space ([0aa717b](https://gitlab.hbp.link/hip/bids-tools/commit/0aa717b89872d6a57fc4be4d9803f5e1500f3926))
* **bids.dataset:** add methods to support the creation of an initial BIDS dataset ([8b95bcc](https://gitlab.hbp.link/hip/bids-tools/commit/8b95bcc0b7d61845e3900fde38b5994980537c9a))
* **cli.run:** add new commands to the commandline interface ([47e9702](https://gitlab.hbp.link/hip/bids-tools/commit/47e97029786f130a891dd8b9ee339f7beb421c73))
* **handlers.project:** add environments folder to project structure ([d387507](https://gitlab.hbp.link/hip/bids-tools/commit/d387507b0358fac4768f4f190eef7e790b3def35))
* **handlers.project:** create initial documents directory structure with "clinical", "reports", "protocols", "other" folders ([e9feeae](https://gitlab.hbp.link/hip/bids-tools/commit/e9feeae26d93b66a505ce8bad1a376a199586358))
* **handlers.project:** implement methods supporting the creation and population of collab projects ([71d79bf](https://gitlab.hbp.link/hip/bids-tools/commit/71d79bfab9a2ede39aedc8efed8eb802df734d0d))
* **handlers.project:** print info at start and end with "SUCCESS" message in main methods ([c35a49a](https://gitlab.hbp.link/hip/bids-tools/commit/c35a49adec80d014ff874c5fa5b53992b7c06637))
* write JSON dataset summary in project methods ([17b96a3](https://gitlab.hbp.link/hip/bids-tools/commit/17b96a30cc9517aad97608dee74be324137a2fc0))

## [1.0.1](https://gitlab.hbp.link/hip/bids-tools/compare/v1.0.0...v1.0.1) (2023-03-02)