Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
release: 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Apr 20, 2020
1 parent 152c998 commit 89578c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Drafter Changelog

## 5.0.0 (2020-04-20)

### Enhancements

* Drafter contains two new options for disabling messageBody and
messageBodySchema generation from MSON. See the APIs `skip_gen_bodies` and
`skip_gen_body_schemas` respectively.

## 5.0.0-rc.1 (2020-03-16)

### Breaking
Expand Down
3 changes: 1 addition & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)

project(Drafter VERSION 5.0.0 LANGUAGES CXX)

set(DRAFTER_VERSION_IS_RELEASE 0)
set(DRAFTER_PRE_RELEASE_VERSION rc.1)
set(DRAFTER_VERSION_IS_RELEASE 1)

configure_file(Version.h.in Version.h)
include_directories(${PROJECT_BINARY_BIN})
Expand Down

0 comments on commit 89578c2

Please sign in to comment.