Skip to content

Commit

Permalink
prepare v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tlemane committed Nov 3, 2021
1 parent f71599c commit 7210381
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13.0)
project(kmtricks VERSION 1.1.0 LANGUAGES C CXX)
project(kmtricks VERSION 1.1.1 LANGUAGES C CXX)

set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

Expand Down
2 changes: 1 addition & 1 deletion conda/kmtricks/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.1.0" %}
{% set version = "1.1.1" %}

package:
name: kmtricks
Expand Down
5 changes: 5 additions & 0 deletions doc/changelogs/v1.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### kmtricks release v1.1.1

* fix histogram overhead
* fix query

0 comments on commit 7210381

Please sign in to comment.