File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# MarkersExtractor Change Log
22
3+ ## [ 0.3.19] ( https://github.com/TheAcharya/MarkersExtractor/releases/tag/0.3.19 ) (2025-12-01)
4+
5+ ### Maintenance Update
6+
7+ - Updated core dependencies
8+
39## [ 0.3.18] ( https://github.com/TheAcharya/MarkersExtractor/releases/tag/0.3.18 ) (2025-09-12)
410
511### Maintenance Update
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ sudo rm /usr/local/bin/markers-extractor
100100### Compiled From Source
101101
102102``` shell
103- VERSION=0.3.18 # replace this with the git tag of the version you need
103+ VERSION=0.3.19 # replace this with the git tag of the version you need
104104git clone https://github.com/TheAcharya/MarkersExtractor.git
105105cd MarkersExtractor
106106git checkout " tags/$VERSION "
Original file line number Diff line number Diff line change 44
55| Version | Supported |
66| ------- | ------------------ |
7- | 0.3.17 | :white_check_mark : |
7+ | 0.3.19 | :white_check_mark : |
88
99## Reporting a Vulnerability
1010
Original file line number Diff line number Diff line change 66
77/// Static CLI version number stored in its own file to allow for easier access by automated
88/// build tools.
9- public let packageVersion = " 0.3.18 "
9+ public let packageVersion = " 0.3.19 "
You can’t perform that action at this time.
0 commit comments