|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [1.28.1](https://github.com/drone/go-scm/tree/1.28.1) (2023-01-27) |
| 3 | +## [1.29.0](https://github.com/drone/go-scm/tree/1.29.0) (2023-02-15) |
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/drone/go-scm/compare/v1.28.0...1.28.1) |
| 5 | +[Full Changelog](https://github.com/drone/go-scm/compare/v1.28.1...1.29.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- \(feat\) harness, add finduser [\#250](https://github.com/drone/go-scm/pull/250) ([tphoney](https://github.com/tphoney)) |
| 10 | +- \(feat\) harness, fix create branch, PR calls [\#247](https://github.com/drone/go-scm/pull/247) ([tphoney](https://github.com/tphoney)) |
| 11 | +- \(feat\) harness, add user and compare branches [\#246](https://github.com/drone/go-scm/pull/246) ([tphoney](https://github.com/tphoney)) |
| 12 | +- \(feat\) harness, add list commits / branches [\#245](https://github.com/drone/go-scm/pull/245) ([tphoney](https://github.com/tphoney)) |
| 13 | +- \(feat\) harness, add webhook parsing [\#244](https://github.com/drone/go-scm/pull/244) ([tphoney](https://github.com/tphoney)) |
| 14 | +- fetch branch for bitbucket onprem [\#242](https://github.com/drone/go-scm/pull/242) ([devkimittal](https://github.com/devkimittal)) |
| 15 | +- \(feat\) harness, add repo list [\#241](https://github.com/drone/go-scm/pull/241) ([tphoney](https://github.com/tphoney)) |
| 16 | +- Harness move [\#237](https://github.com/drone/go-scm/pull/237) ([tphoney](https://github.com/tphoney)) |
| 17 | + |
| 18 | +**Fixed bugs:** |
| 19 | + |
| 20 | +- \(fix\) harness, webhook fixes [\#248](https://github.com/drone/go-scm/pull/248) ([tphoney](https://github.com/tphoney)) |
| 21 | +- fix: \[PIE-7927\]: Fix header value typo issue for BB OnPrem CSRF header [\#236](https://github.com/drone/go-scm/pull/236) ([mohitg0795](https://github.com/mohitg0795)) |
| 22 | + |
| 23 | +## [v1.28.1](https://github.com/drone/go-scm/tree/v1.28.1) (2023-01-27) |
| 24 | + |
| 25 | +[Full Changelog](https://github.com/drone/go-scm/compare/v1.28.0...v1.28.1) |
6 | 26 |
|
7 | 27 | **Fixed bugs:**
|
8 | 28 |
|
|
12 | 32 |
|
13 | 33 | - Gogs commit fails to deserialize commitDetails in some cases [\#231](https://github.com/drone/go-scm/issues/231)
|
14 | 34 |
|
| 35 | +**Merged pull requests:** |
| 36 | + |
| 37 | +- \(maint\) prep 1.28.1 release [\#235](https://github.com/drone/go-scm/pull/235) ([tphoney](https://github.com/tphoney)) |
| 38 | + |
15 | 39 | ## [v1.28.0](https://github.com/drone/go-scm/tree/v1.28.0) (2022-11-22)
|
16 | 40 |
|
17 | 41 | [Full Changelog](https://github.com/drone/go-scm/compare/v1.27.0...v1.28.0)
|
|
0 commit comments