Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
This release now fully supports the `subninja` expressions and should be
expected to correctly handle all Ninja files.

Additionally the following changes are included:

  * Performance improvements across the board
  * Link time optimization enabled
  * `--cpu-stats` flag
  * `--memory-stats=N` flag supported on Windows
  • Loading branch information
elliotgoodrich committed Nov 14, 2024
1 parent 8e7ff72 commit 04bb8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.26.3)
project(trimja VERSION 0.5.4)
project(trimja VERSION 1.0.0)
enable_testing()

set(CMAKE_CXX_STANDARD 20)
Expand Down

0 comments on commit 04bb8da

Please sign in to comment.