Skip to content

Commit 3078dd4

Browse files
committed
1.1.5
1 parent 66f9dc3 commit 3078dd4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for OO-Monitors
22

33
{{$NEXT}}
4+
5+
1.1.5 2025-03-29T10:19:31+01:00
46
- Remove all features that depend on experimental macros:
57
is conditioned trait, meet-condition, wait-condition.
68
They do not appear to be used in any ecosystem modules,

META6.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
],
2525
"test-depends": [
2626
],
27-
"version": "1.1.4"
27+
"version": "1.1.5"
2828
}

xt/coverage.rakutest

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ use Test::Coverage;
22

33
plan 2;
44

5-
coverage-at-least 81;
5+
coverage-at-least 73;
66

7-
uncovered-at-most 10;
7+
uncovered-at-most 8;
88

99
source-with-coverage;
1010

0 commit comments

Comments
 (0)