Skip to content

Commit 2beb9fb

Browse files
committed
v1.42.1 (full)
1 parent 006cd2c commit 2beb9fb

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.42.1
2+
3+
Bump Dependencies
4+
15
## 1.42.0
26

37
Add a set of Claude skill as a marketplace plugin

gomega_dsl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/onsi/gomega/types"
2323
)
2424

25-
const GOMEGA_VERSION = "1.42.0"
25+
const GOMEGA_VERSION = "1.42.1"
2626

2727
const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
2828
If you're using Ginkgo then you probably forgot to put your assertion in an It().

plugins/gomega/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gomega",
33
"description": "Write expressive, correct Gomega assertions in Go. Skills for the Expect/Ω model, synchronous and asynchronous (Eventually/Consistently) assertions, the full matcher catalog, composing and authoring custom matchers, and the gstruct, ghttp, gexec, gbytes, gleak, and gmeasure sub-libraries.",
4-
"version": "1.42.0",
4+
"version": "1.42.1",
55
"author": {
66
"name": "Onsi Fakhouri",
77
"url": "https://github.com/onsi"

0 commit comments

Comments
 (0)