Skip to content

Commit 92a5869

Browse files
committed
Bump version
1 parent da72e3d commit 92a5869

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
sio2jail (1.5.1) UNRELEASED; urgency=medium
2+
3+
* Fix running tests (https://github.com/sio2project/sio2jail/pull/47)
4+
* Allow poll and similiar syscalls, update cmake configs (https://github.com/sio2project/sio2jail/pull/49)
5+
6+
-- Olaf Targowski <[email protected]> Mon, 10 Nov 2025 23:46:02 +0100
7+
18
sio2jail (1.5.0) UNRELEASED; urgency=medium
29

310
* Add support for Intel hybrid CPUs (https://github.com/sio2project/sio2jail/pull/46)

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.0";
87+
const std::string ApplicationSettings::VERSION = "1.5.1";
8888

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

0 commit comments

Comments
 (0)