Skip to content

Commit 1124528

Browse files
committed
release: 2.10.0
1 parent 0523d54 commit 1124528

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 2.10.0
4+
5+
### Various fixes & improvements
6+
7+
- fix(changelog): escape leading underscores in titles (#620) by @mjq
8+
- fix: Don't fail when there are no releases (#602) by @BYK
9+
- feat: dotnet publish re-entrant (#571) by @bruno-garcia
10+
- chore(maven): Bump retry deadline to 2 hours (#618) by @romtsn
11+
- ref: Log descriptive error message when no tags are found during release preparation (#617) by @Lms24
12+
- feat(aws-lambda): Add description including SDK version to layer metadata (#616) by @msonnb
13+
- build(deps-dev): bump tmp from 0.1.0 to 0.2.4 (#615) by @dependabot
14+
315
## 2.9.1
416

517
### Various fixes & improvements

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": "2.10.0-dev.0",
3+
"version": "2.10.0",
44
"description": "The universal sentry workflow CLI",
55
"main": "dist/craft",
66
"repository": "https://github.com/getsentry/craft",

0 commit comments

Comments
 (0)