Skip to content

Commit a3188d1

Browse files
committed
release: 0.26.1
1 parent c09154b commit a3188d1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.26.1
4+
5+
### Automated Changelog Fixups
6+
7+
We have fixed some edge cases and a major issue affecting GitHub release logs in our automated changelog generation. These are mostly about how we generated Markdown.
8+
9+
PRs: #316
10+
11+
### Increase Release Safety and Reliability (ongoing)
12+
13+
We recently had an [incident](https://github.com/getsentry/craft/pull/302) where we were uploading broken assets to GitHub releases page. We now verify the uploads to GitHub releases and GCS via hash comparison.
14+
15+
PRs: #315
16+
17+
### Various fixes & improvements
18+
19+
- fix(release): Fix post release script to commit the new version (#312)
20+
- meta: Bump new development version (896ea585)
21+
322
## 0.26.0
423

524
### Increase Release Safety and Reliability (ongoing)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/craft",
3-
"version": "0.27.0-dev.0",
3+
"version": "0.26.1",
44
"description": "The universal sentry workflow CLI",
55
"main": "dist/craft",
66
"repository": "https://github.com/getsentry/craft",

0 commit comments

Comments
 (0)