Skip to content

Commit

Permalink
docs: update versioning part of README.md (#45)
Browse files Browse the repository at this point in the history
* docs: update versioning part of README.md

* docs: update README.md

* docs: update README.md
  • Loading branch information
lumirlumir authored Oct 3, 2024
1 parent 8ed6ede commit 66a03ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,9 @@ If you want to learn more about the images I used, see [Docker(Build) Images](#d
This project adheres to [Semantic Versioning](https://semver.org/).
[LLVM versions](https://github.com/llvm/llvm-project/releases) are managed as dependencies, so upgrading the LLVM version is treated as a 'patch'. Additionally, the release title includes the LLVM version, like `v1.0.0 (llvmorg-18.1.8)`.
The BREAKING CHANGES, features and bug fixes from [LLVM](https://github.com/llvm/llvm-project/releases) will be reflected in this package.
See [`.clang-format-version`](/.clang-format-version) to check the exact current LLVM version.
The release title includes the LLVM version, like `v1.0.0 (llvmorg-18.1.8)`. See [`.clang-format-version`](/.clang-format-version) to check the exact current LLVM version.
## Change Log
Expand Down

0 comments on commit 66a03ff

Please sign in to comment.