Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Amogh Lele <[email protected]>
  • Loading branch information
Amogh Lele committed Apr 19, 2022
1 parent fd6fd58 commit 3928c1c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release-ghr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Release to GitHub releases

on:
push:
branches:
- main

jobs:
release_to_ghr:
name: Release to GitHub releases
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Release to github releases
uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
update-file: CHANGELOG.md
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.2.0
- Bump dependencies
- Remove outdated packages
## 0.1.7
- Bump dependencies
- Check if priority queue is empty instead of relying on exceptions
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "fuzzywuzzy"
version: "0.1.7"
version: "0.2.0"
homepage: "https://github.com/sphericalkat/dart-fuzzywuzzy"
description: An implementation of the popular fuzzywuzzy package in Dart, to suit all your fuzzy string matching/searching needs!
repository: "https://github.com/sphericalkat/dart-fuzzywuzzy"
Expand All @@ -8,7 +8,7 @@ environment:
sdk: ">=2.16.2 <3.0.0"

dependencies:
collection: ^1.15.0
collection: ^1.16.0

dev_dependencies:
test: ^1.16.0
Expand Down

0 comments on commit 3928c1c

Please sign in to comment.