Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

77 lines (52 loc) · 1.92 KB

next

  • TODO: Replace this bullet point with an actual description of a change.

1.4.0 (12 January 2025)

  • TODO: Replace this bullet point with an actual description of a change.

1.3.0 (3 January 2025)

  • Upgraded PostgreSQL to 16.4 (#10)
  • Upgraded PostgreSQL to 16.6 (#11)
  • Upgraded PostgreSQL to 17.2 (#12)
  • Raised minimum supported Ruby/Rails version to 2.7/6.1 (#13)

1.2.4 (15 August 2024)

  • Just a retag of 1.2.1

1.2.3 (15 August 2024)

  • Just a retag of 1.2.1

1.2.2 (9 August 2024)

  • Just a retag of 1.2.1

1.2.1 (9 August 2024)

  • Added API docs building to continuous integration (#9)

1.2.0 (8 July 2024)

  • Upgraded to PostgreSQL 15.2 and Redis 7.0 (#5)
  • Moved the development dependencies from the gemspec to the Gemfile (#6)
  • Dropped support for Ruby <2.7 (#8)

1.1.0 (24 February 2023)

  • Added support for Gem release automation

1.0.0 (18 January 2023)

  • Bundler >= 2.3 is from now on required as minimal version (#4)
  • Dropped support for Ruby < 2.5 (#4)
  • Dropped support for Rails < 5.2 (#4)
  • Updated all development/runtime gems to their latest Ruby 2.5 compatible version (#4)

0.1.2 (15 October 2021)

  • Migrated to Github Actions
  • Migrated to our own coverage reporting

0.1.1 (12 May 2021)

  • Added test coverage reports
  • Corrected test coverage reports
  • Corrected the simplecov config
  • Configured simplecov correctly
  • Switched to SVG project teasers
  • Dropped support for EOL Ruby 2.2 and added 2.6
  • Updated Code Climate configs (#1)
  • Changed travis-ci.org to travis-ci.com links
  • Corrected the GNU Make release target

0.1.0 (22 December 2017)

  • Corrected a broken example on the readme
  • Added initial readme file
  • Set the Travis CI postgresql version to 9.6
  • Added postgresql service to CI
  • Corrected the Travis CI url on the readme
  • Improved the Travis CI config
  • Added the first implementation
  • Added the code of conduct and license
  • Initial commit