You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed from beta versioning (v1.0.0-beta.x) to standard semantic
versioning for pre-release software (v0.x.x). Updated changelog to
follow Keep a Changelog standard and added changelog guidelines.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,17 @@
1
1
# Changelog
2
2
3
-
All notable changes to cfgman will be documented in this file.
3
+
All notable changes to this project will be documented in this file.
4
4
5
-
## [1.0.0-beta.2] - 2025-06-27
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+
## [0.2.0] - 2025-06-28
9
+
10
+
### Changed
11
+
12
+
- Switched from beta versioning (v1.0.0-beta.x) to standard pre-1.0 versioning (v0.x.x) to better align with semantic versioning practices for pre-release software
13
+
14
+
## [0.1.1] - 2025-06-27
6
15
7
16
### Fixed
8
17
@@ -13,9 +22,9 @@ All notable changes to cfgman will be documented in this file.
13
22
-**Redundant orphan messages** - Fixed duplicate confirmation messages when orphaning directories with multiple symlinks
14
23
-**Untracked file removal** - Fixed issue where files not tracked by git were left in the repository after orphaning. The orphan command now properly removes all files from the repository regardless of git tracking status.
15
24
16
-
## [1.0.0-beta.1] - 2025-06-24
25
+
## [0.1.0] - 2025-06-24
17
26
18
-
Initial beta release of cfgman.
27
+
Initial release of cfgman.
19
28
20
29
-**Directory-based operation** - Works from repository directory (like git, npm, make)
21
30
-**Simple configuration format** - Single `.cfgman.json` file with link mappings
@@ -36,3 +45,7 @@ Initial beta release of cfgman.
36
45
-`prune-links` - Remove broken symlinks
37
46
-**Performance** - Concurrent operations for status checking
38
47
-**Zero dependencies** - Pure Go implementation using only standard library
0 commit comments