Skip to content

Commit

Permalink
version 4.0.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenberry committed Oct 31, 2024
1 parent c30edf9 commit 890bf43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include(cmake/prelude.cmake)

project(
glaze
VERSION 3.6.2
VERSION 4.0.0
LANGUAGES CXX
)

Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ Glaze also supports:
- [BEVE](https://github.com/beve-org/beve) (binary efficient versatile encoding)
- [CSV](./docs/csv.md) (comma separated value)

> [!IMPORTANT]
>
> ### Upcoming Version 4
>
> Glaze v4.0.0 (to be released) is under active development on `main`. Version 4.0.0 introduces some breaking changes, but should not affect most users.
>
> - For integer parsing: decimal values and negative exponents will by default be rejected for safety and performance. It will still be possible through various approaches to parse decimal values into integers, but it won't be the default behavior.
> - `std::array<char, ...>` is now handled as a JSON string `"abc"` rather than an array of characters `["a", "b", "c"]`
>
## With compile time reflection for MSVC, Clang, and GCC!

- Read/write aggregate initializable structs without writing any metadata or macros!
Expand Down

0 comments on commit 890bf43

Please sign in to comment.