Skip to content

Commit 7bcff26

Browse files
committed
Bump version for 6.0
1 parent cd3c516 commit 7bcff26

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+
## [v6.0] - 2024-04-21
15+
### Language Support
916
* Added `--allow-bare-value-param-assigment` (included in 'vcs' compat mode) to allow a non-standard module instantiation syntax where a single parameter value can be supplied without including parentheses
1017
* Added `--allow-self-determined-stream-concat` (included in 'vcs' compat mode) to allow the use of streaming concatenation expressions in self-determined contexts (instead of just in assignments)
1118
* Added `--allow-multi-driven-locals` (included in 'vcs' compat mode) to allow subroutine local variables to be driven by multiple always_ff / always_comb blocks

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 5)
31+
set(SLANG_VERSION_MAJOR 6)
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)