File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
77## [ Unreleased]
8+ ### Language Support
9+ *
10+
11+ ### General Features
12+ *
13+
14+ ### Improvements
15+ *
16+
17+ ### Fixes
18+ *
19+
20+
21+ ## [ v2.0] - 2022-10-29
822### Highlights
923This release focuses on making slang much more usable as a library. There's been a large amount of refactoring
1024and reorganizing to make usage more straightforward. The CMake build was rewritten, and documentation showing how to
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
2828include (gitversion)
2929get_git_version(SLANG_VERSION_PATCH SLANG_VERSION_HASH)
3030
31- set (SLANG_VERSION_MAJOR 1 )
31+ set (SLANG_VERSION_MAJOR 2 )
3232set (SLANG_VERSION_MINOR 0)
3333set (SLANG_VERSION_STRING
3434 "${SLANG_VERSION_MAJOR} .${SLANG_VERSION_MINOR} .${SLANG_VERSION_PATCH} " )
You can’t perform that action at this time.
0 commit comments