Skip to content

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uatuko committed Sep 22, 2024
1 parent ecd65de commit f012390
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.27)
project(grpcxx VERSION 0.3.0 LANGUAGES CXX)
project(grpcxx VERSION 0.4.0 LANGUAGES CXX)

cmake_policy(SET CMP0135 NEW) # CMake 3.24
cmake_policy(SET CMP0135 NEW) # CMake 3.24
cmake_policy(SET CMP0144 NEW) # CMake 3.27

set(CMAKE_CXX_STANDARD 20)
Expand Down
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v0.4.0 - 22nd September, 2024

### 🔦 Spotlight
Fix header file include order to help with consistent compilations across different platforms and compilers (https://github.com/uatuko/grpcxx/pull/39).

### What's Changed
* Fix ordering of include files by @tchernobog in https://github.com/uatuko/grpcxx/pull/39

### New Contributors
* @tchernobog

**Full Changelog**: https://github.com/uatuko/grpcxx/compare/v0.3.0...v.0.4.0


## v0.3.0 - 13th June, 2024

### 🔦 Spotlight
Expand Down

0 comments on commit f012390

Please sign in to comment.