Parcourir la source

Update CHANGELOG and bump version to 0.5.0

tags/v0.5.0^0
Adrian Short il y a 4 ans
Parent
révision
cc65240378
Signé par un utilisateur non approuvé: adrian ID de la clé GPG: 4B54F9AE91AB06BB
2 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. +3
    -1
      CHANGELOG.md
  2. +1
    -1
      lib/uk_planning_scraper/version.rb

+ 3
- 1
CHANGELOG.md Voir le fichier

@@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/adrianshort/uk_planning_scraper/compare/v0.4.6...master)
## [Unreleased](https://github.com/adrianshort/uk_planning_scraper/compare/v0.5.0...master)

This functionality is on GitHub but not yet in the gem.

## [0.5.0](https://github.com/adrianshort/uk_planning_scraper/compare/v0.4.6...v0.5.0) - 2020-04-30

### Added

- Case officer search for Northgate


+ 1
- 1
lib/uk_planning_scraper/version.rb Voir le fichier

@@ -1,3 +1,3 @@
module UKPlanningScraper
VERSION = "0.4.6"
VERSION = "0.5.0"
end

Chargement…
Annuler
Enregistrer