Skip to content

Commit c80955d

Browse files
0.3.19
1 parent f54ab15 commit c80955d

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
104104
git clone https://github.com/TheAcharya/MarkersExtractor.git
105105
cd MarkersExtractor
106106
git checkout "tags/$VERSION"

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

Sources/MarkersExtractor/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
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"

0 commit comments

Comments
 (0)