Skip to content

Commit 7a8249e

Browse files
committed
v2.9.3
1 parent c0c77b6 commit 7a8249e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 2.9.3
2+
3+
### Features
4+
- Add RenderTimeline to GinkgoT() [c0c77b6]
5+
6+
### Fixes
7+
- update Measure deprecation message. fixes #1176 [227c662]
8+
- add newlines to GinkgoLogr (#1170) (#1171) [0de0e7c]
9+
10+
### Maintenance
11+
- Bump commonmarker from 0.23.8 to 0.23.9 in /docs (#1183) [8b925ab]
12+
- Bump nokogiri from 1.14.1 to 1.14.3 in /docs (#1184) [e3795a4]
13+
- Bump golang.org/x/tools from 0.7.0 to 0.8.0 (#1182) [b453793]
14+
- Bump actions/setup-go from 3 to 4 (#1164) [73ed75b]
15+
- Bump github.com/onsi/gomega from 1.27.4 to 1.27.6 (#1173) [0a2bc64]
16+
- Bump github.com/go-logr/logr from 1.2.3 to 1.2.4 (#1174) [f41c557]
17+
- Bump golang.org/x/sys from 0.6.0 to 0.7.0 (#1179) [8e423e5]
18+
119
## 2.9.2
220

321
### Maintenance

types/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package types
22

3-
const VERSION = "2.9.2"
3+
const VERSION = "2.9.3"

0 commit comments

Comments
 (0)