Skip to content

Commit e10b548

Browse files
committed
Bump the version to 1.0.0
1 parent 577de3d commit e10b548

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# Change Log
33

4+
### v1.0.0(2025-11-09)
5+
1. Support 64 bit roaring bitmap
6+
2. Remove .travis.yml and roaringbitmap_gpdb6.out
7+
48
### v0.5.5(2025-09-14)
59
1. Upgrade CRoaring to v4.3.11
610
2. Use CRoaring memory hooks to alloc memory by @xin-hedera

META.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"name": "pg_roaringbitmap",
33
"abstract": "A Roaring Bitmap data type",
44
"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.",
5-
"version": "0.5.5",
5+
"version": "1.0.0",
66
"maintainer": [
77
"Chen Huajun <chjischj@163.com>"
88
],
99
"license": "apache_2_0",
1010
"provides": {
1111
"pg_roaringbitmap": {
1212
"abstract": "A Roaring Bitmap data type",
13-
"file": "roaringbitmap--0.5.sql",
13+
"file": "roaringbitmap--1.0.sql",
1414
"docfile": "README.md",
15-
"version": "0.5.5"
15+
"version": "1.0.0"
1616
}
1717
},
1818
"resources": {

docker-example/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM postgres:16.0-bookworm AS builder
2-
ENV VERSION_TAG=0.5.5
2+
ENV VERSION_TAG=1.0.0
33

44
WORKDIR /
55
RUN apt-get update && apt-get install -y curl unzip make gcc postgresql-server-dev-16

0 commit comments

Comments
 (0)