Skip to content

Commit 3d6934f

Browse files
committed
version bump -> 0.0.4
1 parent 17706da commit 3d6934f

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: gtfsrouter
22
Title: Routing with GTFS (General Transit Feed Specification)
33
Data
4-
Version: 0.0.3.010
4+
Version: 0.0.4
55
Authors@R:
66
c(person(given = "Mark",
77
family = "Padgham",

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# v 0.0.3.00x
1+
# v 0.0.4
22

33
Major changes:
44

55
- New function, `gtfs_route_headway` to calculate headways for entire routes
66
between any nominated points (see #43)
7+
- Important bug fix that prevents routes including stops that are not part of
8+
actual route
79

810

911
# v 0.0.3

codemeta.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"codeRepository": "https://github.com/ATFutures/gtfs-router",
1111
"issueTracker": "https://github.com/ATFutures/gtfs-router/issues",
1212
"license": "https://spdx.org/licenses/GPL-3.0",
13-
"version": "0.0.3.010",
13+
"version": "0.0.4",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
@@ -293,11 +293,8 @@
293293
}
294294
],
295295
"readme": "https://github.com/ATFutures/gtfs-router/blob/master/README.md",
296-
"fileSize": "7751.097KB",
297-
"contIntegration": [
298-
"https://travis-ci.org/ATFutures/gtfs-router",
299-
"https://codecov.io/gh/ATFutures/gtfs-router"
300-
],
296+
"fileSize": "7751.774KB",
297+
"contIntegration": ["https://travis-ci.org/ATFutures/gtfs-router", "https://codecov.io/gh/ATFutures/gtfs-router"],
301298
"developmentStatus": "https://www.repostatus.org/#active",
302299
"keywords": [
303300
"gtfs",

0 commit comments

Comments
 (0)