Skip to content

v3.0.0

Compare
Choose a tag to compare
@isabelle-dr isabelle-dr released this 23 Nov 13:00
· 362 commits to master since this release
60305d2

⚠️ This release is different from the previous ones ⚠️

⛔This isn't a GBFS v3.0 release candidate!⛔

The main change in this release is the way we organize this repository. Historically, we've been using Github Releases for new releases of the GBFS specification. We've decided to change this because:

  • we can't fix errors in previous releases
  • we want a quick and easy way of linking tools directly to the schemas

With this release, we're bringing a new organisation: the GBFS specification releases will be organized per folder and will be accessible in the master branch. The GitHub releases of this repository will be used to fix bugs, and add release candidates.
The release numbers will follow the semantic versioning: MAJOR.MINOR.PATCH.
The MAJOR number will be used for refactoring and any other changes that need our users to update the way they're using this product.
The MINOR number will be used for adding release candidates or making release candidates official.
The PATCH number will be used, well, for patches ☺️

We also took this opportunity to fix numerous small errors in the Json Schemas.
🎉 Shoutout to @PierrickP for making lots of corrections while building the gbfs-validator

We also included a schema for the GBFS v2.3 Release Candidate.

⚙️ Work

Everything is in #58

Thank you to @testower, @hannesj and @albertoabellagarcia for flagging errors!