Skip to content

Releases: tendermint/budget

v1.2.1

08 Nov 07:56
0cd09bd
Compare
Choose a tag to compare

What's Changed

  • fix: remove duplicate imports by @kogisin in #118

Full Changelog: v1.2.0...v1.2.1

v1.2.0

29 Apr 08:37
93e4cc7
Compare
Choose a tag to compare

What's Changed

  • build!: bump cosmos sdk to v0.45.3, go 1.17 by @dongsam in #116

Full Changelog: v1.1.1...v1.2.0

v1.1.1

21 Mar 02:47
6041fc0
Compare
Choose a tag to compare

What's Changed

  • fix: iterating budgetsBySourceMap deterministic by @dongsam in #115

Full Changelog: v1.1.0...v1.1.1

v1.1.0

12 Mar 06:27
460d16b
Compare
Choose a tag to compare

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
  • fix: init budgets to avoid nil slice on genesis by @dongsam in #113

Full Changelog: v1.0.0...v1.1.0

v1.1.0-rc1

11 Mar 10:03
63734a6
Compare
Choose a tag to compare
v1.1.0-rc1 Pre-release
Pre-release

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

26 Nov 06:27
Compare
Choose a tag to compare

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

Full Changelog: v0.1.1...v1.0.0

v1.0.0-rc1

11 Nov 21:27
3c1660a
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

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

Swagger Docs v1.0.0

Full Changelog: v0.1.1...v1.0.0-rc1

v0.1.1

15 Oct 14:24
6bae189
Compare
Choose a tag to compare

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

v0.1.0

17 Sep 11:25
fd3bac2
Compare
Choose a tag to compare

The budget v0.1.0 is an MVP version and includes the functionality below. You can check details on How-to.

  • Create budget plans using param change proposals
  • Budget Collecting functionality
  • CLI query interface
  • API, Swagger Docs v0.1.0