Skip to content

Commit

Permalink
changelog 📝, 5.2.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
derhuerst committed Mar 8, 2020
1 parent 8c7f164 commit 225a7c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## `5.2.0`

- 1b03b2e INSA: protocol version `1.21`, enable [`reachableFrom()`](reachable-from.md)
- 2a24137/3ea9380 `parseLocation()`: parse foreign stop IDs
- 3ea9380 `parseLocation()`: parse fare zone, transit authority
- 8c7f164 `parseLine()`: expose admin code
- b9d5c85 add DB & INSA `stop()` tests

[🏷 `5.2.0`](https://github.com/public-transport/hafas-client/releases/tag/5.2.0), 2020-03-08

## `5.1.2`

- e5abe3d DB: fix journey leg loadFactor parsing 🐛
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hafas-client",
"description": "Client for HAFAS public transport APIs.",
"version": "5.1.2",
"version": "5.2.0",
"main": "index.js",
"files": [
"index.js",
Expand All @@ -18,7 +18,7 @@
"Julius Tens <mail@juliustens.eu>",
"n0emis <n0emis@noemis.me>"
],
"homepage": "https://github.com/public-transport/hafas-client/tree/5.1.2",
"homepage": "https://github.com/public-transport/hafas-client/tree/5.2.0",
"repository": "public-transport/hafas-client",
"bugs": "https://github.com/public-transport/hafas-client/issues",
"funding": "https://github.com/sponsors/derhuerst",
Expand Down

0 comments on commit 225a7c1

Please sign in to comment.