Skip to content

Commit 219cb2e

Browse files
authored
Bump version to v4.1.1 (#516)
1 parent 3bf735f commit 219cb2e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGES
22

3+
## 4.1.1
4+
5+
* Make BigDecimal object embedded [GH-507]
6+
7+
**@byroot**
8+
9+
* Multiplication with 16-decdig batch [GH-501] [GH-511]
10+
11+
**@tompng**
12+
313
## 4.1.0
414

515
* Drop Ruby 2.5 support [GH-505]

ext/bigdecimal/bigdecimal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include "div.h"
3434
#include "static_assert.h"
3535

36-
#define BIGDECIMAL_VERSION "4.1.0"
36+
#define BIGDECIMAL_VERSION "4.1.1"
3737

3838
/* Make sure VPMULT_BATCH_SIZE*BASE*BASE does not overflow DECDIG_DBL */
3939
#define VPMULT_BATCH_SIZE 16

0 commit comments

Comments
 (0)