dry-testing 1.7.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +27 -145
  3. data/lib/dry/testing/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f8c2d9de719864167c99522ff5c1060d77af1e4a76e00dd676a15ccfcda7cb6
4
- data.tar.gz: e89548463aa64f3e438a496f48b7f978830973a05a8e39936d54ee373c7a88c3
3
+ metadata.gz: d9a9c0375af5d8fd9681fce3a94e3e39b82808403e8d4dbb2b29767cd1117ad2
4
+ data.tar.gz: f5231cbe9a4dd7fb608a518cc239598e19f37286a6883a5b52cbf4bff29b26a5
5
5
  SHA512:
6
- metadata.gz: 34752a04fd3662a0e34623cc3d618cefa8e6252f87fecb85c849550169fa9d8344aca4c7cfa2dabd549abc40fdfaa27d6ae638ba6c720e23c4e80204b1389bfe
7
- data.tar.gz: 1e131c84aaec982aa58a47d4f65d2553e65cdd2a11e10a776ef2ab04c4634b30db976ede33f83aae07e18d06cbadcfbaa5a9f1176af2d80f484438774c96afcf
6
+ metadata.gz: 76d8f4d9d90055568450577a56612ee7a4a2885bf7b8360528a1a7b85151786e0126a3cfde74dfa54ddb317575443bd196053b92fc719b7523a5fe4b995271b6
7
+ data.tar.gz: 2e9c0e239b6d945916bdde3261b24f736a10fe7c3e528b441426671527e09e1b9924ab6cf89917804ac2bb0231bf16468117f1b2259ab908bb6d9177f98d05e8
data/CHANGELOG.md CHANGED
@@ -1,177 +1,59 @@
1
- <!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
1
+ # Changelog
2
2
 
3
- ## 1.1.2 2021-01-03
3
+ All notable changes to this project will be documented in this file.
4
4
 
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Break Versioning](https://www.taoensso.com/break-versioning).
5
7
 
6
- ### Added
7
-
8
- - Release GH automation part 11
9
-
10
-
11
- [Compare v1.0.9...v1.1.2](https://github.com/dry-rb/dry-testing/compare/v1.0.9...v1.1.2)
12
-
13
- ## 1.0.9 2021-01-03
14
-
15
-
16
- ### Added
17
-
18
- - Release GH automation part 8
19
-
20
-
21
- [Compare v1.0.8...v1.0.9](https://github.com/dry-rb/dry-testing/compare/v1.0.8...v1.0.9)
22
-
23
- ## 1.0.8 2021-01-03
24
-
25
-
26
- ### Added
27
-
28
- - Release GH automation part 7
29
-
30
-
31
- [Compare v1.0.7...v1.0.8](https://github.com/dry-rb/dry-testing/compare/v1.0.7...v1.0.8)
32
-
33
- ## 1.0.7 2021-01-03
34
-
35
-
36
- ### Added
37
-
38
- - Release GH automation part 6
39
-
40
-
41
- [Compare v1.0.6...v1.0.7](https://github.com/dry-rb/dry-testing/compare/v1.0.6...v1.0.7)
42
-
43
- ## 1.0.6 2021-01-03
44
-
45
-
46
- ### Added
47
-
48
- - Release GH automation part 5
49
-
50
-
51
- [Compare v1.0.5...v1.0.6](https://github.com/dry-rb/dry-testing/compare/v1.0.5...v1.0.6)
52
-
53
- ## 1.0.5 2021-01-03
54
-
55
-
56
- ### Added
57
-
58
- - Release GH automation part 4
59
-
60
-
61
- [Compare v1.0.4...v1.0.5](https://github.com/dry-rb/dry-testing/compare/v1.0.4...v1.0.5)
62
-
63
- ## 1.0.4 2021-01-03
64
-
65
-
66
- ### Added
67
-
68
- - Release GH automation part 3
69
-
70
-
71
- [Compare v1.0.3...v1.0.4](https://github.com/dry-rb/dry-testing/compare/v1.0.3...v1.0.4)
72
-
73
- ## 1.0.3 2021-01-03
74
-
75
-
76
- ### Added
77
-
78
- - Release GH automation part 2
79
-
80
-
81
- [Compare v1.0.2...v1.0.3](https://github.com/dry-rb/dry-testing/compare/v1.0.2...v1.0.3)
82
-
83
- ## 1.0.2 2021-01-03
84
-
8
+ ## [Unreleased]
85
9
 
86
10
  ### Added
87
11
 
88
- - Release GH automation
89
-
90
-
91
- [Compare v1.0.1...v1.0.2](https://github.com/dry-rb/dry-testing/compare/v1.0.1...v1.0.2)
92
-
93
- ## 1.0.1 2020-02-10
94
-
95
-
96
- ### Fixed
97
-
98
- - all the things
99
-
100
-
101
- [Compare v1.0.1...v1.0.1](https://github.com/dry-rb/dry-testing/compare/v1.0.1...v1.0.1)
12
+ ### Changed
102
13
 
103
- ## 1.0.1 2020-02-10
14
+ ### Deprecated
104
15
 
16
+ ### Removed
105
17
 
106
18
  ### Fixed
107
19
 
108
- - all the things
109
-
110
-
111
- [Compare v1.0.0...v1.0.1](https://github.com/dry-rb/dry-testing/compare/v1.0.0...v1.0.1)
112
-
113
- ## 1.0.0 2020-01-22
20
+ ### Security
114
21
 
115
- let's release it
22
+ [Unreleased]: https://github.com/dry-rb/dry-operation/compare/v1.10.0...main
116
23
 
117
-
118
- [Compare v0.2.2...v1.0.0](https://github.com/dry-rb/dry-testing/compare/v0.2.2...v1.0.0)
119
-
120
- ## 0.2.2 2020-01-15
121
-
122
- How about another test?
123
-
124
- ### Added
125
-
126
- - test
127
-
128
- ### Fixed
129
-
130
- - all the things
131
- - test
132
- - Use GITHUB_SHA rather than GITHUB_REF when updating changelog
133
- - Also, test it again
24
+ ## [1.10.0] - 2026-01-02
25
+ [1.10.0]: https://github.com/dry-rb/testing/compare/v1.9.0...v1.10.0
134
26
 
135
27
  ### Changed
136
28
 
137
- - test
138
-
139
- [Compare v0.2.1...v0.2.2](https://github.com/dry-rb/dry-testing/compare/v0.2.1...v0.2.2)
140
-
141
- ## 0.2.1 2020-01-10
29
+ - Testing
142
30
 
143
- One more test
31
+ ## [1.9.0] - 2026-01-02
144
32
 
145
- ### Fixed
33
+ ### Changed
146
34
 
147
- - just testing
35
+ - Testing
148
36
 
37
+ [1.9.0]: https://github.com/dry-rb/testing/compare/v1.8.0...v1.9.0
149
38
 
150
- [Compare v0.2.0...v0.2.1](https://github.com/dry-rb/dry-testing/compare/v0.2.0...v0.2.1)
39
+ ## [1.8.0] - 2025-12-29
151
40
 
152
- ## 0.2.0 2020-01-05
41
+ ### Changed
153
42
 
154
- Another test
43
+ - Testing
155
44
 
156
- ### Fixed
45
+ [1.8.0]: https://github.com/dry-rb/testing/compare/v1.7.0...v1.8.0
157
46
 
158
- - just one thing
47
+ ## [1.7.0] - 2025-12-29
159
48
 
49
+ ### Changed
160
50
 
161
- [Compare v0.1.0...v0.2.0](https://github.com/dry-rb/dry-testing/compare/v0.1.0...v0.2.0)
51
+ - Testing
162
52
 
163
- ## 0.1.0 2020-01-01
53
+ [1.7.0]: https://github.com/dry-rb/testing/compare/v1.6.0...v1.7.0
164
54
 
165
- This is just a test
55
+ ## [1.0.0] - 2024-11-02
166
56
 
167
57
  ### Added
168
58
 
169
- - a whole bunch of features
170
-
171
- ### Fixed
172
-
173
- - a whole bunch of bugs
174
-
175
- ### Changed
176
-
177
- - totally everything
59
+ - Initial release. (@waiting-for-dev)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Dry
4
4
  module Testing
5
- VERSION = "1.7.0"
5
+ VERSION = "1.10.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dry-testing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hanakai team