Skip to content

Commit

Permalink
Merge pull request #34 from Hamatti/seattle
Browse files Browse the repository at this point in the history
Add SEA abbreviation for Seattle
  • Loading branch information
Hamatti authored Oct 10, 2021
2 parents df61add + cc4abb5 commit a6c943c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.1.0 - 2021-10-10

### Fixed
- Print "No games" if there are no games

### Added
- Seattle Kraken as a new team for 2021-22 season

## 1.0.4 - 2021-06-04

### Fixed
Expand Down
4 changes: 3 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nhl-235"
version = "1.0.4"
version = "1.1.0"
authors = ["Juha-Matti Santala <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ fn translate_team_name(abbr: &str) -> String {
"TOR" => "Toronto",
"VAN" => "Vancouver",
"WPG" => "Winnipeg",
"SEA" => "Seattle",
_ => "[unknown]",
};

Expand Down

0 comments on commit a6c943c

Please sign in to comment.