Skip to content

Commit 6702766

Browse files
committed
Prepare for release
1 parent 8b07f84 commit 6702766

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.10.2 (24 June, 2024)
2+
* Return non-zero status code in case of an error
3+
14
# 0.10.1 (23 March, 2024)
25
* Fix warning when creating the first snapshot
36

just-backup-btrfs

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
<?php
33
namespace nazarpc;
44
use
5-
RuntimeException,
65
SQLite3;
76

87
/**
98
* @package Just backup btrfs
109
* @author Nazar Mokrynskyi <[email protected]>
1110
* @copyright Copyright (c) 2014-2023, Nazar Mokrynskyi
1211
* @license http://opensource.org/licenses/MIT
13-
* @version 0.10.1
12+
* @version 0.10.2
1413
*/
1514
class Just_backup_btrfs {
1615
/**
@@ -23,8 +22,6 @@ class Just_backup_btrfs {
2322
protected $binary;
2423
/**
2524
* @param array $config
26-
*
27-
* @throws RuntimeException
2825
*/
2926
function __construct ($config) {
3027
if (!$config) {

0 commit comments

Comments
 (0)