Releases: tendermint/budget
Releases · tendermint/budget
v1.2.1
v1.2.0
v1.1.1
v1.1.0
v1.1.0-rc1
What's Changed
- build: bump cosmos-sdk to v0.44.5 by @dongsam in #111
- fix: improve budget validation logic and tests, spec doc by @dongsam in #110
Full Changelog: v1.0.0...v1.1.0-rc1
v1.0.0
The budget v1.0.0 is includes the functionality below. You can check details on How-to and Demo.
- Create budget plans using param change proposals
- Budget Collecting functionality
- CLI query interface
- API, Swagger Docs v1.0.0
What's Changed
- docs: specify which module is used for module name in demo by @kogisin in #67
- docs: improve documentation for audit release by @kogisin in #64
- fix: update docs and workflow for default main branch by @dongsam in #74
- fix: tidy expected_keeper, module interface by @dongsam in #76
- fix: Add govHandler on testcode for budget proposal and Fix Expired rule by @dongsam in #66
- docs: add -i options for sed considering os by @dongsam in #68
- fix: panic instead of ignoring errors by @hallazzang in #79
- feat: adding metrics to provide insights about the module by @kogisin in #78
- fix: validation totalRate to check date overlapped budgets by @dongsam in #83
- fix: rename some fields of Budget by @hallazzang in #85
- build: bump cosmos-sdk version to 0.44.3 by @hallazzang in #81
- feat: add address endpoint and release swagger v1.0.0 by @dongsam in #90
- build: release v1.0.0-rc1 by @dongsam in #88
- test: add test codes using gov handler by @dongsam in #91
- docs: update docs before the next release by @kogisin in #93
- fix: revert shadowed metric logic by @dongsam in #94
- release v1.0.0 by @dongsam in #95
v1.0.0-rc1
This is the first Budget Module release candidate version of v1.0.0, and there may be some modifications, such as increased completeness and optimization, up to the official version.
What's Changed
- docs: specify which module is used for module name in demo by @kogisin in #67
- docs: improve documentation for audit release by @kogisin in #64
- fix: update docs and workflow for default main branch by @dongsam in #74
- fix: tidy expected_keeper, module interface by @dongsam in #76
- fix: Add govHandler on testcode for budget proposal and Fix Expired rule by @dongsam in #66
- docs: add -i options for sed considering os by @dongsam in #68
- fix: panic instead of ignoring errors by @hallazzang in #79
- feat: adding metrics to provide insights about the module by @kogisin in #78
- fix: validation totalRate to check date overlapped budgets by @dongsam in #83
- fix: rename some fields of Budget by @hallazzang in #85
- build: bump cosmos-sdk version to 0.44.3 by @hallazzang in #81
- feat: add address endpoint and release swagger v1.0.0 by @dongsam in #90
- build: release v1.0.0-rc1 by @dongsam in #88
v0.1.1
The budget v0.1.1 is an audit-ready version and includes the functionality below. You can check details on How-to and Demo.
- Create budget plans using param change proposals
- Budget Collecting functionality
- CLI query interface
- API, Swagger Docs v0.1.0
What's Changed
- docs: add badges and update issue template by @kogisin in #42
- feat: add markdown links checker by @kogisin in #43
- feat: add emit events and update spec docs by @kogisin in #46
- docs: add signal proposal to reference and fix typo by @dongsam in #49
- feat: disable codecov on patch by @kogisin in #45
- test: update simulation tests by @kogisin in #54
- chore: bump Cosmos SDK version to v0.44.2 by @hallazzang in #55
- docs: add more clear and description comments by @kogisin in #53
- fix: refine sentinel errors by @hallazzang in #57
- docs: add helpful docs for audit by @kogisin in #63
- feat: refactor collectbudget by @dongsam in #62
Full Changelog: v0.1.0...v0.1.1