Skip to content

Commit 6bb0e73

Browse files
committed
Update CHANGELOG.md
1 parent ee8b225 commit 6bb0e73

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,25 @@ The format is based on [Keep a Changelog][0] and the file is parsed with the
1010

1111
The project adheres to [Semantic Versioning][3] (after version 3.1).
1212

13-
## [Unreleased]
13+
## [3.1.0] - 2026-03-25
1414

1515
### Added
1616

17-
- Build project with GitHub Actions.
18-
- Add CHANGELOG.md file.
19-
- Switch to semantic versioning.
17+
- `CHANGELOG.md` file for tracking releases (this file).
18+
- GitHub Actions CI/CD automation.
19+
- Release build workflow (`release-build.yml`) for automated building and
20+
publishing.
21+
- Automatically create GitHub releases with version tags and release notes.
22+
- Package build artifacts as Zip files for distribution and append them to
23+
Github release.
24+
- Enable workflow triggering through GitHub UI.
25+
- Use Git LFS support for versioning binary dependencies.
26+
- `RoboSharp.dll` managed via Git LFS. This ensures reproducible builds with
27+
Github Actions.
28+
- `.gitattributes` configuration for proper handling of binary files.
29+
- Semantic versioning for releases.
30+
- Version tags follow semantic versioning format (e.g., `v3.1.0`).
31+
- Version information is embedded in builds.
2032

2133
## [3.0] - 2018-03-14
2234

@@ -94,7 +106,7 @@ The project adheres to [Semantic Versioning][3] (after version 3.1).
94106

95107
- No changelog available.
96108

97-
[unreleased]: https://github.com/imcf/auto-tx/compare/3.0...HEAD
109+
[3.1.0]: https://github.com/imcf/auto-tx/compare/3.0...HEAD
98110
[3.0]: https://github.com/imcf/auto-tx/compare/2.1...3.0
99111
[2.1]: https://github.com/imcf/auto-tx/compare/2.0...2.1
100112
[2.0]: https://github.com/imcf/auto-tx/compare/1.4...2.0

0 commit comments

Comments
 (0)