Skip to content

Commit

Permalink
updating changeLog and bumping checks version (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliaewatts authored Mar 24, 2021
1 parent 1410f44 commit 562f247
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,47 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [6.1.15](https://github.com/osmlab/atlas-checks/compare/6.1.14...6.1.15)

> 10 March 2021
- Fixes to LineCrossingWaterBodyCheck [`#513`](https://github.com/osmlab/atlas-checks/pull/513)
- LongNameCheck [`#529`](https://github.com/osmlab/atlas-checks/pull/529)
- Bump atlas to 6.4.7 [`#527`](https://github.com/osmlab/atlas-checks/pull/527)
- #396 HighwayToFerryTagCheck fix suggestions [`#524`](https://github.com/osmlab/atlas-checks/pull/524)
- #520 roadnamegapcheck update suggestions [`#521`](https://github.com/osmlab/atlas-checks/pull/521)
- clear output folder before sync [`#528`](https://github.com/osmlab/atlas-checks/pull/528)
- Add documentation for checks that previously didnt have it [`#525`](https://github.com/osmlab/atlas-checks/pull/525)
- Toll validation check fix [`#523`](https://github.com/osmlab/atlas-checks/pull/523)
- Adding intersection locations to each flag. [`#515`](https://github.com/osmlab/atlas-checks/pull/515)

#### [6.1.14](https://github.com/osmlab/atlas-checks/compare/6.1.13...6.1.14)

> 25 February 2021
- Missing docs malformedroundabout [`#509`](https://github.com/osmlab/atlas-checks/pull/509)
- Add new InvalidCharacterNameTagCheck [`#516`](https://github.com/osmlab/atlas-checks/pull/516)
- Add check hashtag and cookie [`#505`](https://github.com/osmlab/atlas-checks/pull/505)
- Single segment motorway check [`#510`](https://github.com/osmlab/atlas-checks/pull/510)
- OverlappingEdgeCheck: One task per way [`#512`](https://github.com/osmlab/atlas-checks/pull/512)
- update atlas and generator [`#506`](https://github.com/osmlab/atlas-checks/pull/506)
- Change sharpAngle instructions [`#508`](https://github.com/osmlab/atlas-checks/pull/508)
- Update gradle.properties [`b5af63e`](https://github.com/osmlab/atlas-checks/commit/b5af63ef94a8484aaa2f1aacf9d3ab4788ee545e)

#### [6.1.13](https://github.com/osmlab/atlas-checks/compare/6.1.12...6.1.13)

> 10 February 2021
- [New Check] SimilarTagValueCheck [`#500`](https://github.com/osmlab/atlas-checks/pull/500)
- ShardedIntegrityChecksSparkJob Deduplication Revamp [`#498`](https://github.com/osmlab/atlas-checks/pull/498)
- UnknownHighwayTagCheck completed [`#465`](https://github.com/osmlab/atlas-checks/pull/465)
- Add documentation for 5 more checks [`#503`](https://github.com/osmlab/atlas-checks/pull/503)
- AutoFix section added to documentation. [`#489`](https://github.com/osmlab/atlas-checks/pull/489)
- Supporting reversed edges to build original OSM geometry. [`#486`](https://github.com/osmlab/atlas-checks/pull/486)
- updating changeLog [`#491`](https://github.com/osmlab/atlas-checks/pull/491)
- remove redundant code utilizing CommonMethods [`#488`](https://github.com/osmlab/atlas-checks/pull/488)
- priority rule explain [`#499`](https://github.com/osmlab/atlas-checks/pull/499)

#### [6.1.12](https://github.com/osmlab/atlas-checks/compare/6.1.11...6.1.12)

> 27 January 2021
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.openstreetmap.atlas
version=6.1.15-SNAPSHOT
version=6.1.16-SNAPSHOT
maven2_url=https://oss.sonatype.org/service/local/staging/deploy/maven2/
snapshot_url=https://oss.sonatype.org/content/repositories/snapshots/
project_name="OSM Atlas Checks"
Expand Down

0 comments on commit 562f247

Please sign in to comment.