Skip to content

Commit bc30883

Browse files
author
JD Bungart
committed
chore: release version 0.5.0
1 parent 3e4954e commit bc30883

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.5.0] - 2025-01-30
4+
5+
### Added
6+
- Implemented tmpfs support for RouterOS backups:
7+
* Added automatic tmpfs mounting and cleanup
8+
* Improved backup performance by using memory-based temporary storage
9+
* Added fallback to direct flash storage when tmpfs is unavailable
10+
- Added tasks directory for future task-based operations
11+
12+
### Changed
13+
- Improved repository structure and organization:
14+
* Cleaned up repository layout
15+
* Updated gitignore rules
16+
* Better separation of concerns in codebase
17+
18+
### Documentation
19+
- Updated README.md with compose-style output demo
20+
- Fixed typography in documentation
21+
- Added ZeroTier identity export documentation
22+
323
## [0.4.1] - 2025-01-08
424

525
### Added

VERSION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Version Information
22

33
## Current Version
4-
0.4.1
4+
0.5.0
55

66
## Versioning Format
77
rosbackup-ng follows [Semantic Versioning 2.0.0](https://semver.org/):
@@ -17,12 +17,12 @@ MAJOR.MINOR.PATCH
1717
- Currently 0 as we're in initial development
1818
- Will become 1.0.0 when we have a stable public API
1919

20-
2. **MINOR** version (4)
20+
2. **MINOR** version (5)
2121
- Incremented for added functionality in a backward compatible manner
2222
- New features that don't break existing functionality
2323
- Changes to optional parameters or configuration format
2424

25-
3. **PATCH** version (1)
25+
3. **PATCH** version (0)
2626
- Incremented for backward compatible bug fixes
2727
- Performance improvements
2828
- Documentation updates

0 commit comments

Comments
 (0)