Skip to content

Commit

Permalink
update version to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenHuajun committed Jun 28, 2022
1 parent e30ca4d commit 733cc33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
],
Expand All @@ -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": {
Expand Down

0 comments on commit 733cc33

Please sign in to comment.