Skip to content

Releases: envelope-zero/backend

v0.28.4

23 Jul 15:13
0b73353

Choose a tag to compare

Changelog

v0.28.3

23 Jul 15:06
5a96f16

Choose a tag to compare

Changelog

  • 5a96f16 fix: goreleaser did not set the version correctly on builds (#237)

v0.28.2

23 Jul 14:44
de30fca

Choose a tag to compare

Changelog

  • de30fca fix: when no envelopes are present for a category, return an empty array, not null (#236)

v0.28.1

23 Jul 13:37
1108fb8

Choose a tag to compare

Changelog

v0.28.0

23 Jul 13:23
02d5666

Choose a tag to compare

Changelog

v0.27.0

23 Jul 13:15
7981935

Choose a tag to compare

Changelog

v0.26.1

22 Jul 22:42
59a3bbb

Choose a tag to compare

Changelog

  • 276d519 chore(deps): update dependency go to v1.18.4 (#219)
  • b34f0cf chore(deps): update module github.com/swaggo/swag to v1.8.4 (#225)
  • e47c981 fix: log level now initialized in main.go to prevent debug output on startup (#230)
  • 726b844 fix: version in API documentation (#229)

v0.26.0

17 Jul 09:53
845bfa3

Choose a tag to compare

Changelog

  • 845bfa3 feat: add query filtering for accounts (#224)

v0.25.0

16 Jul 17:50
02b6f0f

Choose a tag to compare

Changelog

v0.24.1

16 Jul 09:47
0ffbd11

Choose a tag to compare

Changelog

  • adf4466 chore(deps): update actions/checkout action to v3 (#216)
  • 1ab9014 chore(deps): update dependency go to v1.18.3 (#189)
  • ff96092 chore(deps): update dependency postgres to v14.4 (#204)
  • 1a3fd58 chore(deps): update docker/login-action action to v2 (#215)
  • 6d67b28 chore(deps): update module github.com/gin-contrib/cors to v1.4.0 (#209)
  • 8edc99e chore(deps): update module github.com/gin-contrib/requestid to v0.0.5 (#201)
  • 6fc5b6e chore(deps): update module github.com/gin-gonic/gin to v1.8.0 (#187)
  • 6465beb chore(deps): update module github.com/gin-gonic/gin to v1.8.1 (#194)
  • 0ffbd11 chore(deps): update module github.com/glebarez/sqlite to v1.4.6 (#220)
  • 5cfbc70 chore(deps): update module github.com/rs/zerolog to v1.27.0 (#195)
  • 5e8cd02 chore(deps): update module github.com/stretchr/testify to v1.7.2 (#193)
  • 122c759 chore(deps): update module github.com/stretchr/testify to v1.7.3 (#202)
  • 3b32b6c chore(deps): update module github.com/stretchr/testify to v1.7.4 (#203)
  • c6d8233 chore(deps): update module github.com/stretchr/testify to v1.7.5 (#205)
  • 4cfc89b chore(deps): update module github.com/stretchr/testify to v1.8.0 (#206)
  • 9a42049 chore(deps): update module github.com/swaggo/gin-swagger to v1.5.0 (#198)
  • 9a66dfa chore(deps): update module github.com/swaggo/gin-swagger to v1.5.1 (#210)
  • 4c5d69c chore(deps): update module github.com/swaggo/swag to v1.8.3 (#200)
  • b7e0187 chore(deps): update module gorm.io/driver/postgres to v1.3.8 (#208)
  • 2d4d55f chore(deps): update module gorm.io/gorm to v1.23.6 (#196)
  • 20dc5f6 chore(deps): update module gorm.io/gorm to v1.23.7 (#207)
  • 155a05c chore(deps): update module gorm.io/gorm to v1.23.8 (#211)
  • 920811f chore(deps): update pre-commit hook pre-commit/mirrors-prettier to v2.7.1 (#199)
  • f2b6803 chore(deps): update pre-commit/action action to v3 (#192)
  • 5a88396 chore(deps): upgrade to HEAD revision of sqlite (#218)
  • 2adc00f chore: tidying up go.mod (#217)
  • a07579d feat: add swagger documentation for Account (#212)
  • d28e3cb fix: broken links when running locally (#191)
  • 7afd11a refactor(envelope): improve queries for spent sum (#214)
  • cb34434 refactor: database initialization (#190)
  • 214de8a refactor: package structure (#188)