Skip to content

Commit 6e3fb03

Browse files
committed
Bump version to 3.0.0-RC2 and update changelog.
1 parent c166de4 commit 6e3fb03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 3.x branch
22
## 3.0 branch
3-
### 3.0.0-RC1
3+
### 3.0.0-RC2
44
* `BackupExport` and `BackupImport` now make extensive use of property hooks (instead of methods), which has allowed for significant code optimization.
55
Thanks to the magic `__call()` method provided by `Utility`, they still support the use of already known methods (`filename()`, `compression()`, `timeout()`) to set properties;
66
* `ExportCommand` now also accepts paths relative to your app's root, in addition to the default target directory, as `ImportCommand` already did. This allows for proper shell autocompletion;

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0-RC1
1+
3.0.0-RC2

0 commit comments

Comments
 (0)