Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Sep 10, 2017
1 parent 9f92754 commit 057d6b2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
2.1.4.2
-------
2.1.5
-----

* `allOf` accepts reference schema (see [#119](https://github.com/GetShopTV/swagger2/issues/119))
* Type error by default when deriving Generic-based instances for mixed sum types (see [#118](https://github.com/GetShopTV/swagger2/pull/118));
* Adjust `allOf` to accept referenced schemas (see [#119](https://github.com/GetShopTV/swagger2/issues/119));

This comment has been minimized.

Copy link
@rickowens

rickowens Sep 26, 2017

I guess it is too late now, but please be advised that the change to allOf was a breaking change and so I guess it should have been a PVP major version update instead of a minor update?

This comment has been minimized.

Copy link
@fizruk

fizruk Sep 26, 2017

Author Member

Well, yeah, maybe... but it was so tiny, I guess I chose to not see it as a breaking change :)

@phadej I think you're a stronger proponent of PVP than I am, what do you think about me interpreting this change as minor?

This comment has been minimized.

Copy link
@phadej

phadej Sep 26, 2017

Collaborator

It did break a lot of my code

This comment has been minimized.

Copy link
@fizruk

fizruk Sep 26, 2017

Author Member

Ok then, I guess I underestimated this change 😞 won't happen next time!

* Add instances for `Identity` (see [#116](https://github.com/GetShopTV/swagger2/pull/116));
* Add Gitter chat badge (see [#114](https://github.com/GetShopTV/swagger2/pull/114)).

2.1.4.1
-------

* GHC-8.2 support (see [#95](https://github.com/GetShopTV/swagger2/issues/95))
* Documentation corrections (see [#105](https://github.com/GetShopTV/swagger2/pull/105))
* GHC-8.2 support (see [#95](https://github.com/GetShopTV/swagger2/issues/95), [#106](https://github.com/GetShopTV/swagger2/pull/106) and [#108](https://github.com/GetShopTV/swagger2/pull/108));
* Documentation corrections (see [#105](https://github.com/GetShopTV/swagger2/pull/105));
* Allow `generics-sop-0.3` (see [#102](https://github.com/GetShopTV/swagger2/pull/102));
* Fix `ToSchema` example in docs (see [#104](https://github.com/GetShopTV/swagger2/pull/104)).

2.1.4
-----
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2016, GetShopTV
Copyright (c) 2015-2017, GetShopTV
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion swagger2.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: swagger2
version: 2.1.4.2
version: 2.1.5
synopsis: Swagger 2.0 data model
description:
This library is inteded to be used for decoding and encoding Swagger 2.0 API
Expand Down

0 comments on commit 057d6b2

Please sign in to comment.