diff --git a/.autorc b/.autorc index 3a35745a7..44ff480db 100644 --- a/.autorc +++ b/.autorc @@ -3,9 +3,50 @@ "git-tag", "conventional-commits" ], - "labels": [], + "labels": [ + { + "name": "bug", + "changelogTitle": "๐Ÿ› Bug Fix", + "releaseType": "patch" + }, + { + "name": "refactor", + "changelogTitle": "Refactoring", + "releaseType": "patch" + }, + { + "name": "style", + "changelogTitle": "Refactoring", + "releaseType": "patch" + }, + { + "name": "performance", + "changelogTitle": "Refactoring", + "releaseType": "patch" + }, + { + "name": "test", + "changelogTitle": "Other improvements", + "releaseType": "none" + }, + { + "name": "chore", + "changelogTitle": "Other improvements", + "releaseType": "none" + }, + { + "name": "ci", + "changelogTitle": "Other improvements", + "releaseType": "none" + }, + { + "name": "build", + "changelogTitle": "Other improvements", + "releaseType": "none" + } + ], "owner": "galacticcouncil", "repo": "HydraDX-node", "name": "Galactic Council", "email": "info@galacticcouncil.io" -} \ No newline at end of file +} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..aaa27361f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,48 @@ +# v3.0.0 (Sun Mar 21 2021) + +#### ๐Ÿ’ฅ Breaking Change + +- refactor!: substrate 3 upgrade [#141](https://github.com/galacticcouncil/HydraDX-node/pull/141) ([@enthusiastmartin](https://github.com/enthusiastmartin) [@martinfridrich](https://github.com/martinfridrich) [@jak-pan](https://github.com/jak-pan)) + +#### ๐Ÿš€ Enhancement + +- feat: add pallet scheduler [#162](https://github.com/galacticcouncil/HydraDX-node/pull/162) ([@enthusiastmartin](https://github.com/enthusiastmartin)) + +#### ๐Ÿ› Bug Fix + +- fix: update perf check script [#165](https://github.com/galacticcouncil/HydraDX-node/pull/165) ([@enthusiastmartin](https://github.com/enthusiastmartin)) +- fix: update weights for all pallets [#164](https://github.com/galacticcouncil/HydraDX-node/pull/164) ([@enthusiastmartin](https://github.com/enthusiastmartin)) +- fix(claims): update Alice's signature in claims bench test [#142](https://github.com/galacticcouncil/HydraDX-node/pull/142) ([@green-jay](https://github.com/green-jay) [@enthusiastmartin](https://github.com/enthusiastmartin)) +- fix(claims): benchmarking build fix [#136](https://github.com/galacticcouncil/HydraDX-node/pull/136) ([@enthusiastmartin](https://github.com/enthusiastmartin)) +- fix(amm): calculation fixes + price type change [#7](https://github.com/galacticcouncil/HydraDX-node/pull/7) (martin.hloska@topmonks.com [@jak-pan](https://github.com/jak-pan) [@enthusiastmartin](https://github.com/enthusiastmartin)) + +#### Refactoring + +- refactor: update decimals of DOLLARS [#161](https://github.com/galacticcouncil/HydraDX-node/pull/161) ([@Roznovjak](https://github.com/Roznovjak)) +- refactor: migrate pallets to new pallet macro [#153](https://github.com/galacticcouncil/HydraDX-node/pull/153) ([@enthusiastmartin](https://github.com/enthusiastmartin)) +- refactor: Upgrade math crate [#131](https://github.com/galacticcouncil/HydraDX-node/pull/131) ([@RoboRambo](https://github.com/RoboRambo) [@enthusiastmartin](https://github.com/enthusiastmartin) [@jak-pan](https://github.com/jak-pan)) +- style: weights template format [#140](https://github.com/galacticcouncil/HydraDX-node/pull/140) ([@RoboRambo](https://github.com/RoboRambo) [@enthusiastmartin](https://github.com/enthusiastmartin)) + +#### Other improvements + +- ci(perf-check): benchmark tool update [#128](https://github.com/galacticcouncil/HydraDX-node/pull/128) ([@enthusiastmartin](https://github.com/enthusiastmartin) [@jak-pan](https://github.com/jak-pan)) +- ci(perf-check): improved python support [#129](https://github.com/galacticcouncil/HydraDX-node/pull/129) ([@lumir-mrkva](https://github.com/lumir-mrkva) [@jak-pan](https://github.com/jak-pan) [@enthusiastmartin](https://github.com/enthusiastmartin)) +- build: pin rust toolchain [#159](https://github.com/galacticcouncil/HydraDX-node/pull/159) ([@enthusiastmartin](https://github.com/enthusiastmartin) [@jak-pan](https://github.com/jak-pan)) + +#### ๐Ÿ“ Documentation + +- docs: add contributing guidelines [#144](https://github.com/galacticcouncil/HydraDX-node/pull/144) ([@RoboRambo](https://github.com/RoboRambo) [@jak-pan](https://github.com/jak-pan)) + +#### Authors: 7 + +- [@lumir-mrkva](https://github.com/lumir-mrkva) +- [@RoboRambo](https://github.com/RoboRambo) +- Jakub Pรกnik ([@jak-pan](https://github.com/jak-pan)) +- Jindrich Zeleny ([@green-jay](https://github.com/green-jay)) +- Martin ([@enthusiastmartin](https://github.com/enthusiastmartin)) +- martin fridrich ([@martinfridrich](https://github.com/martinfridrich)) +- Richard Roznovjak ([@Roznovjak](https://github.com/Roznovjak)) + +--- + +# v2.0.0 (Sun Mar 7 2021)