Skip to content

Commit

Permalink
bump: version v1.1.7 → 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Investigamer committed Aug 7, 2022
1 parent 4563d59 commit f6a41a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.1.8 (2022-08-07)

### Fix

- **codes**: Wrote a new comprehensive set replacement library
- **py-test.yml**: Add types-requests to workflow
- **mypy**: Added stronger typing, fixed mypy errors
- **Card-Settings**: Scryfall commands now pass direct scryfall data, improvements to download process
- **core.get_mtgp_code-console**: Added flush to console and fixed pop, get_mtgp_code can now fall back on named search

## 1.1.7 (2022-08-05)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ ignore_missing_imports = true
update_changelog_on_bump = true
tag_format = "v$major.$minor.$patch$prerelease"
changelog_start_rev = 'v1.1.6'
version = "v1.1.7"
version = "1.1.8"
annotated_tag = true

0 comments on commit f6a41a7

Please sign in to comment.