Skip to content

Commit ab5ead6

Browse files
committed
Bump version
1 parent 4b9d8b6 commit ab5ead6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
sio2jail (1.5.2) UNRELEASED; urgency=medium
2+
3+
* Add support for clone3 syscall in threads limiter (https://github.com/sio2project/sio2jail/pull/40)
4+
5+
-- Mateusz Masiarz <[email protected]> Wed, 17 Dec 2025 18:45:00 +0100
6+
17
sio2jail (1.5.1) UNRELEASED; urgency=medium
28

39
* Fix running tests (https://github.com/sio2project/sio2jail/pull/47)

src/s2japp/ApplicationSettings.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class StringOutputGenerator : public TCLAP::StdOutput {
8484
namespace s2j {
8585
namespace app {
8686

87-
const std::string ApplicationSettings::VERSION = "1.5.1";
87+
const std::string ApplicationSettings::VERSION = "1.5.2";
8888

8989
const std::string ApplicationSettings::DESCRIPTION =
9090
"SIO2jail, a sandbox for programming contests.";

0 commit comments

Comments
 (0)