Skip to content

Commit 81a915d

Browse files
tatanusclaude
andcommitted
chore(release): Bump version to 2026.01.16.0
Update VERSION and CHANGELOG.md: - New versioning scheme: YYYY.MM.DD.N (increments per daily commit) - Added proc-doc blocks for ~30 functions - Added claude-gates.yml CI workflow - Updated config files and tooling - Removed deprecated workflows - Various fixes for ShellCheck and IFS Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b00c791 commit 81a915d

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [2026.01.16.0] - 2026-01-16
9+
10+
### Added
11+
- Proc-doc blocks for ~30 functions across dotfiles and tools
12+
- CI workflow `claude-gates.yml` for automated gate validation
13+
- `.markdownlintignore` for markdown linting exclusions
14+
15+
### Changed
16+
- Updated `.editorconfig` with standardized formatting rules
17+
- Updated `.gitattributes` with language detection hints
18+
- Updated `.gitignore` for `.claude/` infrastructure patterns
19+
- Updated `.shellcheckrc` configuration
20+
- Updated `.markdownlint.yaml` with relaxed linting rules
21+
- Improved `tools/compile.sh` with full proc-doc coverage
22+
- Improved `tools/check_bash_style.sh` style checks
23+
- Updated test helpers in `tests/helpers/common.bash`
24+
25+
### Removed
26+
- Deprecated `codacy.yml` workflow
27+
- Deprecated `main.yml` workflow
28+
29+
### Fixed
30+
- ShellCheck suppressions for external variables in dotfiles
31+
- SC2034 suppression for unimplemented quiet mode in install.sh
32+
- IFS assignments added where missing
33+
34+
## [1.0.0] - 2024-12-08
35+
36+
### Added
37+
- Initial release of bash_setup dotfiles installer
38+
- Install, update, and uninstall commands
39+
- Checksum-based change detection
40+
- Automatic backup management

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
2026.01.16.0

0 commit comments

Comments
 (0)