Skip to content

Commit 54385bb

Browse files
committed
Bump version for 9.0
1 parent 570071f commit 54385bb

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88
### Language Support
9+
### Notable Breaking Changes
10+
### New Features
11+
### Improvements
12+
### Fixes
13+
### Tools & Bindings
14+
15+
16+
## [v9.0] - 2025-07-30
17+
### Language Support
918
* Added support for clock flow, clock resolution, and clock inference rules in checkers and assertions
1019
* Various cases of invalid clock usage will now issue appropriate errors
1120
* Clock resolution is also performed for the sampled value system functions

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ 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 8)
32-
set(SLANG_VERSION_MINOR 1)
31+
set(SLANG_VERSION_MAJOR 9)
32+
set(SLANG_VERSION_MINOR 0)
3333
set(SLANG_VERSION_STRING
3434
"${SLANG_VERSION_MAJOR}.${SLANG_VERSION_MINOR}.${SLANG_VERSION_PATCH}")
3535
message(STATUS "slang version: ${SLANG_VERSION_STRING}+${SLANG_VERSION_HASH}")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyslang"
3-
version = "8.1.0"
3+
version = "9.0.0"
44
description = "Python bindings for slang, a library for compiling SystemVerilog"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
authors = [{ name = "Mike Popoloski" }]

0 commit comments

Comments
 (0)