Skip to content

Commit d56a398

Browse files
committed
Bump version for 7.0
1 parent dabb164 commit d56a398

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88
### Language Support
9+
### General Features
10+
### Improvements
11+
### Fixes
12+
13+
14+
## [v7.0] - 2024-09-26
15+
### Language Support
916
* Select expressions of packed arrays now always return an unsigned type, as mandated by the LRM
1017
* Clocking skew delays now properly require a constant value
1118
* Enforce that static methods can't have override specifiers

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
2828
include(gitversion)
2929
get_git_version(SLANG_VERSION_PATCH SLANG_VERSION_HASH)
3030

31-
set(SLANG_VERSION_MAJOR 6)
31+
set(SLANG_VERSION_MAJOR 7)
3232
set(SLANG_VERSION_MINOR 0)
3333
set(SLANG_VERSION_STRING
3434
"${SLANG_VERSION_MAJOR}.${SLANG_VERSION_MINOR}.${SLANG_VERSION_PATCH}")

0 commit comments

Comments
 (0)