Skip to content

Commit

Permalink
🔖 Update version to 1.1.0
Browse files Browse the repository at this point in the history
With issue #16 being closed successfully, it's time for a new version
bump and release to be created.

This contains the following changes:

* Fixes `bpstd::get` for `tuple` types on gcc-4.9, which otherwise may
  break in some circumstances
* Implements multiple-variant visitation
  • Loading branch information
bitwizeshift committed May 21, 2020
1 parent bdf6d6a commit 61696c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (NOT CMAKE_TESTING_ENABLED AND BACKPORT_COMPILE_UNIT_TESTS)
endif ()

project(Backport
VERSION "1.0.1"
VERSION "1.1.0"
LANGUAGES CXX
)

Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class BackportConan(ConanFile):

# Package Info
name = "Backport"
version = "1.0.1"
version = "1.1.0"
description = "Modern C++ backported to C++11"
url = "https://github.com/bitwizeshift/bpstd"
author = "Matthew Rodusek <[email protected]>"
Expand Down

0 comments on commit 61696c1

Please sign in to comment.