Skip to content

Commit

Permalink
update version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenHuajun committed Nov 2, 2021
1 parent 78afed6 commit 5ec0537
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@

# Change Log

### 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
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.2",
"version": "0.5.3",
"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.2"
"version": "0.5.3"
}
},
"resources": {
Expand Down

0 comments on commit 5ec0537

Please sign in to comment.