Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

69 lines (58 loc) · 2.51 KB
                 _-====-__-=-__-===-__-=======-__
               _(                               _)
            OO(         PFAEDLE                )
         . o  '===-______-===-____-==-__-====='
      .o
     . ______          _______________
   _()_||__|| __o^o___ | [] [] [] [] |
  (           |      | |             |o
 /-OO----OO""="OO--OO"="OO---------OO"
############################################################

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.1.0] - 17-02-2023

Changed

  • Bumped spdlog version
  • Bumped buildcache
  • Bumped catch2 testing framework used for gtfs lib tests
  • fixed building on newer ubuntu compilers

[2.0.1] - 05-03-2022

Fixes

  • Fixed wrong generation of interpolated times.

[2.0.0] - 24-01-2021

Added

  • changelog support
  • use new dependency management system named pkg
  • new gtfs library underneath for handling gtfs feeds (much simpler and lighter)
  • use of pugixml instead of pfxml for parsing xml osm data
  • enhanced logging support (using spdlog for that)
  • WIP clangformat and clang-tidy support

Changed

  • releases for 2.* versions will be done from branch v2
  • use of new c++ standards as much as possible
  • reorganized and changed class namings to make things much clearer (for me atleast)

Removed

  • usage of pfxml library for parsing osm data
  • usage of cppgtfs for handling gtfs

1.0.0 - 2017-06-20

  • Initial baseline for this repo

0.1.6 - 04-02-2019

0.1.5 - 16-01-2019

0.1.4 - 13-01-2019

0.1.3 - 12-01-2019

0.1.2 - 23-07-2018

0.1.1 - 22-07-2018

0.1 - 12-07-2018