From 733cc33d795f8d757c2b59a4ebb2fee599505d6e Mon Sep 17 00:00:00 2001 From: Chen Huajun Date: Wed, 29 Jun 2022 02:19:36 +0800 Subject: [PATCH] update version to 0.5.4 --- CHANGELOG.md | 7 ++++--- META.json | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ed325..e190fdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,20 @@ # Change Log -### v0.5.3(2021-11-03) +### v0.5.4(2022-06-29) +- Fix incorrect result of rb_and which introduced by v0.5.2 (#22) + Similar problems exist in rb_and,rb_and_cardinality,rb_andnot,rb_andnot_cardinality,rb_contains,rb_containedby and rb_intersect +### v0.5.3(2021-11-03) - Adjust test cases to adapt to PG13, PG14 ### v0.5.2(2020-07-13) - - Optimize performance of some functions through deferred serialization Optimized functions include rb_or_cardinality,rb_and,rb_and_cardinality,rb_andnot,rb_andnot_cardinality,rb_xor_cardinality,rb_cardinality,rb_is_empty,rb_exsit,rb_equals,rb_not_equals,rb_intersect,rb_contains,rb_containedby,rb_jaccard_dist,rb_min,rb_max,rb_rank,rb_index - Upgrade CRoaring to v0.2.66 - add benchmark script - add travis CI support - ### v0.5.1 (2020-04-30) - Remove `-march=native` from Makefile and add new Makefile_native to compile using native instructions (#8) - Fixes memory leak introduced by v0.4.1 which caused by call `PG_GETARG_BYTEA_P()` in aggctx (#9) diff --git a/META.json b/META.json index 74e7839..d20fff5 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "pg_roaringbitmap", "abstract": "A Roaring Bitmap data type", "description": "This library contains a single PostgreSQL extension, a Roaring Bitmap data type called 'roaringbitmap', along with some convenience opperators and functions for constructing and handling Roaring Bitmap.", - "version": "0.5.3", + "version": "0.5.4", "maintainer": [ "Chen Huajun " ], @@ -12,7 +12,7 @@ "abstract": "A Roaring Bitmap data type", "file": "roaringbitmap--0.5.sql", "docfile": "README.md", - "version": "0.5.3" + "version": "0.5.4" } }, "resources": {