Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# configuration is not tested.
# When changing the minimum required versions make sure to update the CI.
cmake_minimum_required(VERSION 3.29...4.0.1)
project(double-conversion VERSION 3.3.0)
project(double-conversion VERSION 3.4.0)

option(BUILD_SHARED_LIBS "Build shared libraries (.dll/.so) instead of static ones (.lib/.a)" OFF)

Expand Down
9 changes: 9 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2025-12-08:
Add pkg-config.
Add alias double-conversion::double-conversion.
Documentation improvements.
Minor code cleanups, avoiding spurious warnings.
Increase CMake minimum required version to 3.29.
Makefile improvements.
Bazel build improvements.

2023-05-18:
Add flags to control trailing decimal and zero in exponent
form when input has one significant digit.
Expand Down