Skip to content

Commit e4078b4

Browse files
nmicicclaude
andcommitted
bump version to 1.2.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 79336f6 commit e4078b4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

compartment.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define _GNU_SOURCE
3232
#endif
3333

34-
#define COMPARTMENT_VERSION "1.0.0"
34+
#define COMPARTMENT_VERSION "1.2.0"
3535

3636
#include <stdio.h>
3737
#include <stdlib.h>

man/compartment-root.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Copyright (c) 2026 Nenad Mićić <nenad@micic.be>
22
.\" SPDX-License-Identifier: Apache-2.0
3-
.TH COMPARTMENT-ROOT 8 "April 2026" "compartment 1.1.0" "System Administration"
3+
.TH COMPARTMENT-ROOT 8 "April 2026" "compartment 1.2.0" "System Administration"
44
.SH NAME
55
compartment-root \- full-namespace process isolation (requires root)
66
.SH SYNOPSIS

man/compartment-user.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Copyright (c) 2026 Nenad Mićić <nenad@micic.be>
22
.\" SPDX-License-Identifier: Apache-2.0
3-
.TH COMPARTMENT-USER 1 "April 2026" "compartment 1.1.0" "User Commands"
3+
.TH COMPARTMENT-USER 1 "April 2026" "compartment 1.2.0" "User Commands"
44
.SH NAME
55
compartment-user \- userspace process isolation with Landlock, seccomp, and environment sanitization
66
.SH SYNOPSIS

0 commit comments

Comments
 (0)