Skip to content

Commit af72c56

Browse files
committed
Bump to 0.27.5 and release
1 parent 4ccb423 commit af72c56

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.27.5 - 2026-01-30
2+
3+
* Weaken expectations on url placeholders format.
4+
(Now works with placeholders with underscores)
5+
16
## 0.27.4 - 2025-12-06
27

38
* Add test_case.input, dressed params

lib/webspicy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Webspicy
22
module Version
33
MAJOR = 0
44
MINOR = 27
5-
TINY = 4
5+
TINY = 5
66
end
77
VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
88
end

0 commit comments

Comments
 (0)