Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #307

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.3
rev: v19.1.7
hooks:
- id: clang-format
exclude: macros.hpp
Expand All @@ -23,7 +23,7 @@ repos:
- id: cmake-lint
args: ['--line-width=90']
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18
rev: 0.7.21
hooks:
- id: mdformat
args: ['--wrap=80']
Expand Down
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
- Expanded tests to cover the new 2D memory operations and FFT support
- Removed the `context` from `nvml::Device` constructors

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

### Added

Expand All @@ -50,7 +50,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 @@ -78,7 +78,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 @@ -88,7 +88,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 @@ -108,7 +108,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 @@ -125,7 +125,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 @@ -140,7 +140,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 @@ -153,7 +153,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
Loading