Skip to content

Commit 2d932f4

Browse files
authored
Bump version to 3.3.1 (#443)
* Update changelog for v3.3.1 * Bump version to 3.3.1
1 parent 8f34991 commit 2d932f4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

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

3+
## 3.3.1
4+
5+
* All BigMath methods converts non integer precision with to_int
6+
7+
**@tompng**
8+
39
## 3.3.0
410

511
* Allow calling to_d without arguments [GH-421]

ext/bigdecimal/bigdecimal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include "bits.h"
3232
#include "static_assert.h"
3333

34-
#define BIGDECIMAL_VERSION "3.3.0"
34+
#define BIGDECIMAL_VERSION "3.3.1"
3535

3636
/* #define ENABLE_NUMERIC_STRING */
3737

0 commit comments

Comments
 (0)