@@ -31,7 +31,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
31
31
runs again whenever any of them changes
32
32
- Expanded tests to cover the new 2D memory operations and FFT support
33
33
34
- ## \ [ 0.8.0\ ] - 2024-07-05
34
+ ## [ 0.8.0] - 2024-07-05
35
35
36
36
### Added
37
37
@@ -49,7 +49,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
49
49
50
50
- Removed deprecated ` cu::Context::setSharedMemConfig `
51
51
52
- ## \ [ 0.7.0\ ] - 2024-03-08
52
+ ## [ 0.7.0] - 2024-03-08
53
53
54
54
### Added
55
55
@@ -77,7 +77,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
77
77
- Fix ` cu::Stream::memAllocAsync ` returns ` cu::DeviceMemory ` with initialized
78
78
size
79
79
80
- ## \ [ 0.6.0\ ] - 2023-10-06
80
+ ## [ 0.6.0] - 2023-10-06
81
81
82
82
### Changed
83
83
@@ -87,7 +87,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
87
87
- Replaced ` include_cuda_code ` helper with ` target_embed_source `
88
88
- Changed some arguments from native to wrapped type
89
89
90
- ## \ [ 0.5.0\ ] - 2023-09-25
90
+ ## [ 0.5.0] - 2023-09-25
91
91
92
92
### Added
93
93
@@ -107,7 +107,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
107
107
108
108
- ` getDevice ` function of ` cu::Context ` , use ` cu::Device ` constructor instead
109
109
110
- ## \ [ 0.4.0\ ] - 2023-06-23
110
+ ## [ 0.4.0] - 2023-06-23
111
111
112
112
### Added
113
113
@@ -124,7 +124,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
124
124
- ` cu::Source ` class. Use ` nvrtc::Program ` instead.
125
125
- Commented out code that was not used (anymore)
126
126
127
- ## \ [ 0.3.0\ ] - 2022-03-08
127
+ ## [ 0.3.0] - 2022-03-08
128
128
129
129
### Added
130
130
@@ -139,7 +139,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
139
139
140
140
- Moved usage examples to separate repositories
141
141
142
- ## \ [ 0.2.0\ ] - 2022-03-02
142
+ ## [ 0.2.0] - 2022-03-02
143
143
144
144
### Added
145
145
@@ -152,7 +152,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
152
152
- The name of the repository and the library are now ` cudawrappers ` .
153
153
- The folder structure has changed to better separate header and source files.
154
154
155
- ## \ [ 0.1.0\ ] - 2022-02-14
155
+ ## [ 0.1.0] - 2022-02-14
156
156
157
157
### Added
158
158
0 commit comments