Skip to content

Commit d2409b3

Browse files
authored
Release 0.1.3 (#2)
* Update dependencies * Update changelog * Remove unnecessary call to into_iter() * Update .gitignore * Increase MSRV to 1.47.1
1 parent 6b3a9c4 commit d2409b3

File tree

7 files changed

+232
-520
lines changed

7 files changed

+232
-520
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- stable
1616
- beta
1717
- nightly
18-
- 1.59.0 # MSRV
18+
- 1.74.1 # MSRV
1919

2020
steps:
2121
- uses: actions/checkout@v2

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
**/*.rs.bk
1111

1212
notes.txt
13+
.idea/

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Changelog
22

3+
## [0.1.3] - 2024-11-04
4+
5+
* Update dependencies to remove security issues.
6+
* Increase MSRV to 1.47.1.
7+
38
## [0.1.2] - 2022-06-10
49

5-
* Update depencies to remove vulnerability in regex 1.5.4.
10+
* Update dependencies to remove vulnerability in regex 1.5.4.
611

712
## [0.1.1] - 2022-04-17
813

0 commit comments

Comments
 (0)