Skip to content

Commit 2765bb1

Browse files
committed
Bump version number
1 parent ea3d64e commit 2765bb1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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
923
This release focuses on making slang much more usable as a library. There's been a large amount of refactoring
1024
and reorganizing to make usage more straightforward. The CMake build was rewritten, and documentation showing how to

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 1)
31+
set(SLANG_VERSION_MAJOR 2)
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)