Skip to content

Commit 080f9b2

Browse files
committed
Bump up version to 3.1.6
1 parent d90feaa commit 080f9b2

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.1.6
4+
5+
* Add LICENSE file to gem files [GH-282]
6+
7+
**@oleksii-leonov**
8+
39
## 3.1.5
410

511
* Add .to_s('F') digit grouping for integer part [GH-264]

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.1.5"
34+
#define BIGDECIMAL_VERSION "3.1.6"
3535

3636
/* #define ENABLE_NUMERIC_STRING */
3737

0 commit comments

Comments
 (0)