Skip to content

Commit 546cf5b

Browse files
committed
Preparing for release 2.7
1 parent a0e7fa4 commit 546cf5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ set(CMAKE_CXX_STANDARD 17)
7979
set(WRENCH_VERSION_MAJOR "2")
8080
set(WRENCH_VERSION_MINOR "7")
8181
set(WRENCH_VERSION_PATCH "0")
82-
set(WRENCH_VERSION_EXTRA "dev")
82+
set(WRENCH_VERSION_EXTRA "")
8383

8484
if (${WRENCH_VERSION_PATCH} EQUAL "0")
8585
set(WRENCH_RELEASE_VERSION "${WRENCH_VERSION_MAJOR}.${WRENCH_VERSION_MINOR}")

RELEASENOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WRENCH Release Notes
33

44
### wrench 2.7-dev
55

6-
(May XX, 2025) This release includes **a new API for simulating serverless infrastructures**, as well as **minor enhancements and updates**. More specifically:
6+
(May 19, 2025) This release includes **a new API for simulating serverless infrastructures**, as well as **minor enhancements and updates**. More specifically:
77

88
- Implementation of a `ServerlessComputeService` to simulate serverless, function-based cloud infrastructures (e.g., AWS Lambda, Google Functions, etc). Comes with a simple user-level API and a `FunctionManager` component to develop simulation controllers that place function invocations. An example is provided in the `examples` directory. Although several unit tests have been developed, this serverless simulation feature is still experimental. It will likely evolved, along with its API, in the near future.
99
- Removed all usage of `httplib` in wrench-daemon (which now uses only CrowCPP)

include/wrench/simulation/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
*/
1010

1111
namespace wrench {
12-
#define WRENCH_VERSION_STRING "2.7-dev"
12+
#define WRENCH_VERSION_STRING "2.7"
1313
}// namespace wrench

0 commit comments

Comments
 (0)