Skip to content

Commit f012390

Browse files
committed
version 0.4.0
1 parent ecd65de commit f012390

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.27)
2-
project(grpcxx VERSION 0.3.0 LANGUAGES CXX)
2+
project(grpcxx VERSION 0.4.0 LANGUAGES CXX)
33

4-
cmake_policy(SET CMP0135 NEW) # CMake 3.24
4+
cmake_policy(SET CMP0135 NEW) # CMake 3.24
55
cmake_policy(SET CMP0144 NEW) # CMake 3.27
66

77
set(CMAKE_CXX_STANDARD 20)

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v0.4.0 - 22nd September, 2024
4+
5+
### 🔦 Spotlight
6+
Fix header file include order to help with consistent compilations across different platforms and compilers (https://github.com/uatuko/grpcxx/pull/39).
7+
8+
### What's Changed
9+
* Fix ordering of include files by @tchernobog in https://github.com/uatuko/grpcxx/pull/39
10+
11+
### New Contributors
12+
* @tchernobog
13+
14+
**Full Changelog**: https://github.com/uatuko/grpcxx/compare/v0.3.0...v.0.4.0
15+
16+
317
## v0.3.0 - 13th June, 2024
418

519
### 🔦 Spotlight

0 commit comments

Comments
 (0)