Skip to content

Commit

Permalink
Add changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jak-pan committed Mar 21, 2021
1 parent 504d83f commit 0b06661
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 2 deletions.
45 changes: 43 additions & 2 deletions .autorc
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
}
}
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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) ([email protected] [@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)

0 comments on commit 0b06661

Please sign in to comment.