Skip to content

Commit

Permalink
Merge pull request #19 from neutrinoceros/prep_rel_1.0.1
Browse files Browse the repository at this point in the history
REL: bump version to 1.0.1, update changelog
  • Loading branch information
neutrinoceros authored Dec 22, 2022
2 parents 05781ee + a800751 commit 26e6e5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
History
=======

1.0.1 (2022-12-22)
------------------

* BUG: Fix build on i386 by @neutrinoceros in https://github.com/yt-project/ewah_bool_utils/pull/15
* BUG: fix downstream linking by @neutrinoceros in https://github.com/yt-project/ewah_bool_utils/pull/16
* ENH: add a get_include() function to facilitate downstream integration by @neutrinoceros in https://github.com/yt-project/ewah_bool_utils/pull/18


1.0.0 (2022-12-22)
------------------

* MAINT: improvements in packaging quality by @neutrinoceros in https://github.com/yt-project/ewah_bool_utils/pull/1
* Package using poetry by @themousepotato in https://github.com/yt-project/ewah_bool_utils/pull/2
* Update EWAH from upstream lemire/EWAHBoolArray by @themousepotato in https://github.com/yt-project/ewah_bool_utils/pull/3
* TST: revive CI by @neutrinoceros in https://github.com/yt-project/ewah_bool_utils/pull/6
* MNT: bootstrap pre-commit by @neutrinoceros in https://github.com/yt-project/ewah_bool_utils/pull/5
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires = [

[project]
name = "ewah_bool_utils"
version = "1.0.0"
version = "1.0.1"
description = "EWAH Bool Array utils for yt"
authors = [
{ name = "Matthew Turk" },
Expand Down

0 comments on commit 26e6e5f

Please sign in to comment.