Skip to content

Commit

Permalink
Bump version for 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Sep 26, 2024
1 parent dabb164 commit d56a398
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Language Support
### General Features
### Improvements
### Fixes


## [v7.0] - 2024-09-26
### Language Support
* Select expressions of packed arrays now always return an unsigned type, as mandated by the LRM
* Clocking skew delays now properly require a constant value
* Enforce that static methods can't have override specifiers
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
include(gitversion)
get_git_version(SLANG_VERSION_PATCH SLANG_VERSION_HASH)

set(SLANG_VERSION_MAJOR 6)
set(SLANG_VERSION_MAJOR 7)
set(SLANG_VERSION_MINOR 0)
set(SLANG_VERSION_STRING
"${SLANG_VERSION_MAJOR}.${SLANG_VERSION_MINOR}.${SLANG_VERSION_PATCH}")
Expand Down

0 comments on commit d56a398

Please sign in to comment.