Skip to content

Commit 5d8c985

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b5cafe6 commit 5d8c985

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
3131
runs again whenever any of them changes
3232
- Expanded tests to cover the new 2D memory operations and FFT support
3333

34-
## \[0.8.0\] - 2024-07-05
34+
## [0.8.0] - 2024-07-05
3535

3636
### Added
3737

@@ -49,7 +49,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
4949

5050
- Removed deprecated `cu::Context::setSharedMemConfig`
5151

52-
## \[0.7.0\] - 2024-03-08
52+
## [0.7.0] - 2024-03-08
5353

5454
### Added
5555

@@ -77,7 +77,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
7777
- Fix `cu::Stream::memAllocAsync` returns `cu::DeviceMemory` with initialized
7878
size
7979

80-
## \[0.6.0\] - 2023-10-06
80+
## [0.6.0] - 2023-10-06
8181

8282
### Changed
8383

@@ -87,7 +87,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
8787
- Replaced `include_cuda_code` helper with `target_embed_source`
8888
- Changed some arguments from native to wrapped type
8989

90-
## \[0.5.0\] - 2023-09-25
90+
## [0.5.0] - 2023-09-25
9191

9292
### Added
9393

@@ -107,7 +107,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
107107

108108
- `getDevice` function of `cu::Context`, use `cu::Device` constructor instead
109109

110-
## \[0.4.0\] - 2023-06-23
110+
## [0.4.0] - 2023-06-23
111111

112112
### Added
113113

@@ -124,7 +124,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
124124
- `cu::Source` class. Use `nvrtc::Program` instead.
125125
- Commented out code that was not used (anymore)
126126

127-
## \[0.3.0\] - 2022-03-08
127+
## [0.3.0] - 2022-03-08
128128

129129
### Added
130130

@@ -139,7 +139,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
139139

140140
- Moved usage examples to separate repositories
141141

142-
## \[0.2.0\] - 2022-03-02
142+
## [0.2.0] - 2022-03-02
143143

144144
### Added
145145

@@ -152,7 +152,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
152152
- The name of the repository and the library are now `cudawrappers`.
153153
- The folder structure has changed to better separate header and source files.
154154

155-
## \[0.1.0\] - 2022-02-14
155+
## [0.1.0] - 2022-02-14
156156

157157
### Added
158158

0 commit comments

Comments
 (0)