Undo changes to versioning based on contributing guidelines

This commit is contained in:
Dan Fithian 2021-03-12 12:26:56 -05:00 committed by Gaël Deest
parent 1b99b70edb
commit d6f89061b3
3 changed files with 1 additions and 9 deletions

View File

@ -1,13 +1,6 @@
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-docs/CHANGELOG.md)
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
0.12.0
------
### Significant changes
- Add ability to render `curl` requests in `servant-docs`
0.11.8
------

View File

@ -1,6 +1,6 @@
cabal-version: >=1.10
name: servant-docs
version: 0.12.0
version: 0.11.8
synopsis: generate API docs for your servant webservice
category: Servant, Web

View File

@ -367,7 +367,6 @@ data RenderingOptions = RenderingOptions
-- ^ Optionally group all 'notes' together under a common heading.
, _renderCurlBasePath :: !(Maybe String)
-- ^ Optionally render example curl requests under a common base path (e.g. `http://localhost:80`).
-- @since 0.12.0
} deriving (Show)
-- | Default API generation options.