Skip to content

Commit e6ab83c

Browse files
committed
Changelog: Remove brackets around version numbers
1 parent 1492ff0 commit e6ab83c

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ python-asserts adheres to [semantic versioning](https://semver.org/).
1919

2020
- Drop support for Python 3.8 and 3.9.
2121

22-
## [0.13.1] – 2024-04-29
22+
## 0.13.1 – 2024-04-29
2323

2424
### Fixed
2525

2626
Fixed Python 3.12 deprecation warnings.
2727

28-
## [0.13.0] – 2024-03-13
28+
## 0.13.0 – 2024-03-13
2929

3030
### Added
3131

@@ -41,7 +41,7 @@ Fixed Python 3.12 deprecation warnings.
4141
- Deprecate `Exists` in favor of `Present` and `Absent` in
4242
`assert_json_subset()`.
4343

44-
## [0.12.0]
44+
## 0.12.0
4545

4646
### Added
4747

@@ -55,7 +55,7 @@ Fixed Python 3.12 deprecation warnings.
5555

5656
- Drop support for Python 3.6.
5757

58-
## [0.11.1]
58+
## 0.11.1
5959

6060
### Added
6161

@@ -64,13 +64,13 @@ Fixed Python 3.12 deprecation warnings.
6464
- Non-string (or `Exists`) object member names in the first argument to
6565
`assert_json_subset()` now raise a `TypeError`.
6666

67-
## [0.11.0]
67+
## 0.11.0
6868

6969
### Removed
7070

7171
- Drop support for Python 2.7 and 3.5.
7272

73-
## [0.10.0]
73+
## 0.10.0
7474

7575
### Added
7676

@@ -97,26 +97,26 @@ assert_equal("expected message", str(context.exc_val))
9797

9898
- Drop support for Python 3.4.
9999

100-
## [0.9.1]
100+
## 0.9.1
101101

102102
### Changed
103103

104104
- `AssertRaisesContext` and sub-classes are now generic over the
105105
exception type.
106106

107-
## [0.9.0]
107+
## 0.9.0
108108

109109
### Added
110110

111111
- Add `assert_json_subset()`.
112112

113-
## [0.8.6]
113+
## 0.8.6
114114

115115
### Added
116116

117117
- Add support for Python 3.7 (contributed by Frank Niessink).
118118

119-
## [0.8.5]
119+
## 0.8.5
120120

121121
### Added
122122

@@ -127,7 +127,7 @@ assert_equal("expected message", str(context.exc_val))
127127

128128
- `assert_equal()`: Use `assert_dict_equal()` if applicable.
129129

130-
## [0.8.4]
130+
## 0.8.4
131131

132132
### Changed
133133

@@ -137,25 +137,25 @@ assert_equal("expected message", str(context.exc_val))
137137

138138
- Improve type annotations for Python 2.
139139

140-
## [0.8.3]
140+
## 0.8.3
141141

142142
### Fixed
143143

144144
- Fix type signature of `AssertRaisesContext.__exit__()`.
145145

146-
## [0.8.2]
146+
## 0.8.2
147147

148148
### Added
149149

150150
- Add a py.typed file to signal that this package supports type hints.
151151

152-
## [0.8.1]
152+
## 0.8.1
153153

154154
### Fixed
155155

156156
- `assert_raises_regex()`: Handle exceptions without any message correctly.
157157

158-
## [0.8.0]
158+
## 0.8.0
159159

160160
### Added
161161

@@ -174,7 +174,7 @@ assert_equal("expected message", str(context.exc_val))
174174
- assert_almost_equal(), assert_not_almost_equal(): Place msg_fmt as third
175175
argument.
176176

177-
## [0.7.3]
177+
## 0.7.3
178178

179179
### Added
180180

@@ -190,27 +190,27 @@ assert_equal("expected message", str(context.exc_val))
190190
second number was smaller than the first.
191191
- Use fail() instead of raise AssertionError in a few assertions.
192192

193-
## [0.7.2]
193+
## 0.7.2
194194

195195
### Added
196196

197197
- Add assert_warns() and assert_warns_regex().
198198

199-
## [0.7.1]
199+
## 0.7.1
200200

201201
### Changed
202202

203203
- Distribute a wheel.
204204
- asserts is now a package, instead of a module.
205205

206-
## [0.7.0]
206+
## 0.7.0
207207

208208
### Added
209209

210210
- Add a stub file.
211211
- Add assert_count_equal().
212212

213-
## [0.6]
213+
## 0.6
214214

215215
### Added
216216

@@ -223,12 +223,12 @@ assert_equal("expected message", str(context.exc_val))
223223
- assert_datetime_about_now()/assert_datetime_about_now_utc(): Handle
224224
comparison with None more gracefully.
225225

226-
## [0.5.1]
226+
## 0.5.1
227227

228228
### Added
229229

230230
- Add the LICENSE file to the distribution.
231231

232-
## [0.5]
232+
## 0.5
233233

234234
Initial release.

0 commit comments

Comments
 (0)