Skip to content

Commit

Permalink
Release 0.6.0 (#235)
Browse files Browse the repository at this point in the history
* Update changelog
* Bump version number to 0.6.0
  • Loading branch information
csbnw authored Oct 6, 2023
1 parent cb17a7a commit 66fc121
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.6.0

[bumpversion:file:docs/conf.py]
search = release = '{current_version}'
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added
### Changed
### Removed

## [0.6.0] - 2023-10-06

### Added
### Changed
- Made the library header only
- Improved CMake configuration
- Moved asynchronous `::zero` from `Device` to `Stream`
- Replaced `include_cuda_code` helper with `target_embed_source`
- Changed some arguments from native to wrapped type
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ keywords:
- accelerators
license: Apache-2.0
date-released: 2022-03-08
version: "0.5.0"
version: "0.6.0"
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif()
project(
cudawrappers
DESCRIPTION "C++ Wrappers for the CUDA Driver API"
VERSION 0.5.0
VERSION 0.6.0
HOMEPAGE_URL https://github.com/nlesc-recruit/cudawrappers
LANGUAGES CXX
)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'cudawrappers developers'

# The full version, including alpha/beta/rc tags
release = '0.5.0'
release = '0.6.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 66fc121

Please sign in to comment.