Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Investigamer committed Aug 18, 2024
2 parents e9a4d83 + 4afe4d6 commit 90ca786
Show file tree
Hide file tree
Showing 24 changed files with 34 additions and 28 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.7.3 (2024-08-15)

### Refactor

- **symbols/set**: Added and updated rarities for: BIG, BLC, DSC, DSK, M3C, MB2, OTC, OTP

## v0.7.2 (2024-08-14)

### Fix
Expand Down
15 changes: 3 additions & 12 deletions docs/MISSING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@
# Missing Set Symbol Rarities
| Symbol Name | Rarities Missing | Links |
| ----------- | ---------------- | ----- |
| PGRU | R, M, T, WM, U | [SVG](https://svgs.scryfall.io/sets/pgru.svg), [Cards](https://scryfall.com/sets/pgru) |
| PDRC | R, M, T, U | [SVG](https://svgs.scryfall.io/sets/pdrc.svg), [Cards](https://scryfall.com/sets/pdrc) |
| PZ2 | R, M, T, U | [SVG](https://svgs.scryfall.io/sets/pz2.svg), [Cards](https://scryfall.com/sets/pz2) |
| BIG | T | [SVG](https://svgs.scryfall.io/sets/big.svg), [Cards](https://scryfall.com/sets/big) |
| BLC | T | [SVG](https://svgs.scryfall.io/sets/blc.svg), [Cards](https://scryfall.com/sets/blc) |
| DSC | T | [SVG](https://svgs.scryfall.io/sets/dsc.svg), [Cards](https://scryfall.com/sets/dsc) |
| DSK | T | [SVG](https://svgs.scryfall.io/sets/dsk.svg), [Cards](https://scryfall.com/sets/dsk) |
| FDN | T | [SVG](https://svgs.scryfall.io/sets/fdn.svg), [Cards](https://scryfall.com/sets/fdn) |
| M3C | T | [SVG](https://svgs.scryfall.io/sets/m3c.svg), [Cards](https://scryfall.com/sets/m3c) |
| MB2 | T | [SVG](https://svgs.scryfall.io/sets/mb2.svg), [Cards](https://scryfall.com/sets/mb2) |
| OTC | T | [SVG](https://svgs.scryfall.io/sets/otc.svg), [Cards](https://scryfall.com/sets/totc) |
| OTP | T | [SVG](https://svgs.scryfall.io/sets/otp.svg), [Cards](https://scryfall.com/sets/totp) |
| PGRU | T, R, M, U, WM | [SVG](https://svgs.scryfall.io/sets/pgru.svg), [Cards](https://scryfall.com/sets/pgru) |
| PDRC | T, R, M, U | [SVG](https://svgs.scryfall.io/sets/pdrc.svg), [Cards](https://scryfall.com/sets/pdrc) |
| PZ2 | T, R, M, U | [SVG](https://svgs.scryfall.io/sets/pz2.svg), [Cards](https://scryfall.com/sets/pz2) |
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mtg-vectors"
version = "0.7.2"
version = "0.7.3"
description = "A repository of Magic the Gathering SVG (vector) files for set, watermark, and miscellaneous symbols."
authors = ["Investigamer <[email protected]>"]
license = "MPL-2.0"
Expand All @@ -25,7 +25,7 @@ hexproof = {git = "https://github.com/Investigamer/hexproof.git", tag = "0.3.0"}
vectors = 'src.commands:AppCLI'

[tool.commitizen]
version = "0.7.2"
version = "0.7.3"
changelog_start_rev = "0.2.1"
tag_format = "v$version"
update_changelog_on_bump = true
Expand Down
2 changes: 1 addition & 1 deletion svg/optimized/set/BIG/C.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 90ca786

Please sign in to comment.