Skip to content

Commit

Permalink
Version bump to 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Nov 8, 2023
1 parent 950fe5a commit f0fd745
Show file tree
Hide file tree
Showing 46 changed files with 49 additions and 45 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.5.4

* Introduced CMake Workflow Presets

## 2.5.3

* Adjusted CMake to only look for Catch2 if tests are being built. Reduces warnings for projects which use something else (e.g. GTest)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endif()

project(
"SI"
VERSION 2.5.3
VERSION 2.5.4
DESCRIPTION
"A header only c++ library that provides type safety and user defined literals for handling physical values defined in the International System of Units."
HOMEPAGE_URL "https://github.com/bernedom/SI"
Expand Down
2 changes: 1 addition & 1 deletion include/SI/absorbed_dose.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/acceleration.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/angle.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/angular_frequency.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/area.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/astronomic.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/catalytic_activity.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/detail/cross_unit_operations.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/detail/detail.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/detail/eps_equal.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/detail/number_parser.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/detail/operator_helpers.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/detail/unit.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/detail/unit_cast.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/detail/unit_symbol.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/electric_capacity.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/electric_charge.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/electric_conductance.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/electric_current.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/electric_potential.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/electric_resistance.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/energy.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/equivalent_dose.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/flow.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/force.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/frequency.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/illuminance.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/inductance.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/length.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/luminosity.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/luminous_flux.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/magnetic_field.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/magnetic_flux.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/mass.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/momentum.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/power.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/pressure.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/radioactivity.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/solid_angle.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/stream.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/substance.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/temperature.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/time.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/velocity.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down

0 comments on commit f0fd745

Please sign in to comment.