Skip to content

Commit

Permalink
Release 0.1.3 (#2)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update changelog

* Remove unnecessary call to into_iter()

* Update .gitignore

* Increase MSRV to 1.47.1
  • Loading branch information
noeddl authored Nov 4, 2024
1 parent 6b3a9c4 commit d2409b3
Show file tree
Hide file tree
Showing 7 changed files with 232 additions and 520 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- stable
- beta
- nightly
- 1.59.0 # MSRV
- 1.74.1 # MSRV

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
**/*.rs.bk

notes.txt
.idea/
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## [0.1.3] - 2024-11-04

* Update dependencies to remove security issues.
* Increase MSRV to 1.47.1.

## [0.1.2] - 2022-06-10

* Update depencies to remove vulnerability in regex 1.5.4.
* Update dependencies to remove vulnerability in regex 1.5.4.

## [0.1.1] - 2022-04-17

Expand Down
Loading

0 comments on commit d2409b3

Please sign in to comment.