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

Prepare release 0.8.0 #288

Merged
merged 2 commits into from
Jul 5, 2024
Merged
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
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.6.0
current_version = 0.8.0

[bumpversion:file:docs/conf.py]
search = release = '{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/).

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

### Added

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.6.0"
version: "0.8.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.6.0
VERSION 0.8.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.6.0'
release = '0.8.0'


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