home / content

releases

5 rows where repo = 335372050

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), published_at (date)

id ▼ html_url author node_id tag_name target_commitish name draft prerelease created_at published_at body repo reactions mentions_count
37250656 https://github.com/simonw/download-tiles/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTM3MjUwNjU2 0.1 main 0.1 0 0 2021-02-02T17:37:16Z 2021-02-02T17:39:35Z Initial working version. download-tiles 335372050    
37252836 https://github.com/simonw/download-tiles/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTM3MjUyODM2 0.2 main 0.2 0 0 2021-02-02T18:22:28Z 2021-02-02T18:24:29Z - `--city` and `--country` options as an alternative to `--bbox`. #1 download-tiles 335372050    
37268664 https://github.com/simonw/download-tiles/releases/tag/0.3 simonw 9599 MDc6UmVsZWFzZTM3MjY4NjY0 0.3 main 0.3 0 0 2021-02-03T00:35:24Z 2021-02-03T00:35:59Z - New `--attribution` option for writing an attribution record to the `metadata` table. #3 download-tiles 335372050    
37273384 https://github.com/simonw/download-tiles/releases/tag/0.4 simonw 9599 MDc6UmVsZWFzZTM3MjczMzg0 0.4 main 0.4 0 0 2021-02-03T03:32:05Z 2021-02-03T03:32:11Z - `--name=` option for setting the name to be written into the `metadata` table. If you use the `--city` or `--country` options without passing the `--name` the city or country name will be used instead. #5 - `--attribution=osm` shortcut for setting the attribution to `© OpenStreetMap contributors` without having to type that out in full. #4 download-tiles 335372050    
38088977 https://github.com/simonw/download-tiles/releases/tag/0.4.1 simonw 9599 MDc6UmVsZWFzZTM4MDg4OTc3 0.4.1 main 0.4.1 0 0 2021-02-16T04:19:12Z 2021-02-16T04:19:59Z - Fixed bug in released version caused by unnecessary `attr` import. #6 download-tiles 335372050    

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [author] INTEGER REFERENCES [users]([id]),
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
, [reactions] TEXT, [mentions_count] INTEGER);
CREATE INDEX [idx_releases_repo]
    ON [releases] ([repo]);
CREATE INDEX [idx_releases_author]
    ON [releases] ([author]);
Powered by Datasette · Queries took 167.317ms