Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 16, 2024
1 parent c0ce803 commit 36a4b6a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
runs again whenever any of them changes
- Expanded tests to cover the new 2D memory operations and FFT support

## \[0.8.0\] - 2024-07-05
## [0.8.0] - 2024-07-05

### Added

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

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

## \[0.7.0\] - 2024-03-08
## [0.7.0] - 2024-03-08

### Added

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

## \[0.6.0\] - 2023-10-06
## [0.6.0] - 2023-10-06

### Changed

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

## \[0.5.0\] - 2023-09-25
## [0.5.0] - 2023-09-25

### Added

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

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

## \[0.4.0\] - 2023-06-23
## [0.4.0] - 2023-06-23

### Added

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

## \[0.3.0\] - 2022-03-08
## [0.3.0] - 2022-03-08

### Added

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

- Moved usage examples to separate repositories

## \[0.2.0\] - 2022-03-02
## [0.2.0] - 2022-03-02

### Added

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

## \[0.1.0\] - 2022-02-14
## [0.1.0] - 2022-02-14

### Added

Expand Down

0 comments on commit 36a4b6a

Please sign in to comment.