Compare commits

...

3 Commits

Author SHA1 Message Date
gitea-actions[bot]
b05c8130ce chore(release): 1.0.0 [skip ci]
# [1.0.0](https://git.debyl.io/debyltech/go-snipcart/compare/v0.6.0...v1.0.0) (2026-01-23)

* feat!: update module path to git.debyl.io ([623060e](623060eef4))

### BREAKING CHANGES

* Module path changed from github.com/debyltech/go-snipcart
to git.debyl.io/debyltech/go-snipcart

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 19:59:41 -05:00
Bastian de Byl
623060eef4 feat!: update module path to git.debyl.io
All checks were successful
Release / release (push) Successful in 21s
BREAKING CHANGE: Module path changed from github.com/debyltech/go-snipcart
to git.debyl.io/debyltech/go-snipcart

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 19:59:18 -05:00
gitea-actions[bot]
891ff0daef chore(release): 0.6.0 [skip ci]
# [0.6.0](https://git.debyl.io/debyltech/go-snipcart/compare/v0.5.2...v0.6.0) (2026-01-23)

### Features

* add price, url, image, description, archived fields to Product struct ([ae0e5fc](ae0e5fc379))
2026-01-22 19:54:03 -05:00
2 changed files with 21 additions and 1 deletions

View File

@@ -1,3 +1,23 @@
# [1.0.0](https://git.debyl.io/debyltech/go-snipcart/compare/v0.6.0...v1.0.0) (2026-01-23)
* feat!: update module path to git.debyl.io ([623060e](https://git.debyl.io/debyltech/go-snipcart/commit/623060eef47ccb2c7567925e4d93c72999ef495e))
### BREAKING CHANGES
* Module path changed from github.com/debyltech/go-snipcart
to git.debyl.io/debyltech/go-snipcart
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
# [0.6.0](https://git.debyl.io/debyltech/go-snipcart/compare/v0.5.2...v0.6.0) (2026-01-23)
### Features
* add price, url, image, description, archived fields to Product struct ([ae0e5fc](https://git.debyl.io/debyltech/go-snipcart/commit/ae0e5fc37953b1645eb6bf75f6c9fb291dd0a223))
## [0.5.2](https://git.debyl.io/debyltech/go-snipcart/compare/v0.5.1...v0.5.2) (2026-01-04) ## [0.5.2](https://git.debyl.io/debyltech/go-snipcart/compare/v0.5.1...v0.5.2) (2026-01-04)

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/debyltech/go-snipcart module git.debyl.io/debyltech/go-snipcart
go 1.19 go 1.19