Skip to content

Commit dce9fe3

Browse files
author
ApsarasX
committed
release: release v0.3.2
1 parent f26dd3b commit dce9fe3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [0.3.2](https://github.com/ApsarasX/llvm-bindings/compare/v0.3.1...v0.3.2) (2021-12-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **IR:** the insertBB passed into DIBuilder.insertDeclare may be null ([ea0760b](https://github.com/ApsarasX/llvm-bindings/commit/ea0760b91dde64518cc64987758e3fab28de7c05))
7+
8+
9+
### Features
10+
11+
* **IR:** add DILexicalBlock and DIBuilder.createLexicalBlock ([38519e0](https://github.com/ApsarasX/llvm-bindings/commit/38519e039d98aeaa2ed55b6a9425840c05bec344))
12+
* **IR:** add Module.ModFlagBehavior(enum) ([2c4f1be](https://github.com/ApsarasX/llvm-bindings/commit/2c4f1be72bf46aeae2a4ce4534b5d7379feba8bf))
13+
* **IR:** add some classes and methods related to debug information ([7531651](https://github.com/ApsarasX/llvm-bindings/commit/75316515fb0ac3d4f18ab46093b562897b5b5a81))
14+
* **IR:** supplement more classes and methods related to debug information ([4314aaa](https://github.com/ApsarasX/llvm-bindings/commit/4314aaa6a04968c5190a323f39bb8b02000f3704))
15+
* **IR:** supplement some enums related to debug information ([c08e087](https://github.com/ApsarasX/llvm-bindings/commit/c08e087c34277aa579d1a36d0148d2429e541070))
16+
17+
18+
119
## [0.3.1](https://github.com/ApsarasX/llvm-bindings/compare/v0.3.0...v0.3.1) (2021-11-09)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llvm-bindings",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "LLVM bindings for Node.js/JavaScript/TypeScript",
55
"keywords": [
66
"llvm-bindings",

0 commit comments

Comments
 (0)