Skip to content

Commit fb7d2ab

Browse files
author
Vaughn
committed
Bump version
1 parent 1efa256 commit fb7d2ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author: Scott A. Colcord
44

55
cmake_minimum_required(VERSION 3.26)
6-
project(coda-oss VERSION 1.0.0 LANGUAGES C CXX)
6+
project(coda-oss VERSION 2.0.0 LANGUAGES C CXX)
77

88
if (EXISTS "${CMAKE_BINARY_DIR}/conanbuildinfo.cmake")
99
# build and package with conan

ReleaseNotes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
## Release 2.0.0 (WIP)
44
- Removed:
5-
- `coda_oss-c++` module
6-
- `gsl-c++` module
7-
- `std-c++` module
8-
- `hdf5.lite-c++` module
95
- HDF5 driver code ([HDF5](https://github.com/HDFGroup/hdf5) and [HighFive](https://github.com/highfive-devs/highfive))
106
- Visual Studio solution and project files
7+
- `std-c++` module (use C++ standard library)
8+
- `coda_oss-c++` module (mostly `std-c++` module support)
9+
- `gsl-c++` module (use `GSL`)
10+
- `hdf5.lite-c++` module (use `HighFive`)
1111
- Require C++23 (enabled removing the `std` module).
1212
- Use [GSL version 4.2](https://github.com/microsoft/GSL/tree/v4.2.0) instead of internal module
1313
- Use [Catch2](https://github.com/catchorg/Catch2/tree/v3.11.0) for unittests

0 commit comments

Comments
 (0)