Skip to content

Commit c5039e4

Browse files
committed
Add changelog and bump version
1 parent 9f323ba commit c5039e4

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

changelog.MD

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Emacs Solidity Mode Changelog
2+
3+
The changelog starts from version 0.1.4 as too much was added in each version before that.
4+
5+
## Version 0.1.6
6+
7+
- Add gas estimation code. User facing function is `solidity-estimate-gas-at-point`.
8+
9+
## Version 0.1.5
10+
11+
- Add ability to chain flycheck checkers for solidity.
12+
- Add `solidity-flycheck-chaining-error-level` so that user can customize
13+
the level at which chaining will happen.
14+
15+
## Version 0.1.4
16+
17+
- Integrate with the solium linter
18+
- Allow specification of solium config file via `flycheck-solidity-solium-soliumrcfile`
19+

solidity-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Lefteris Karapetsas <lefteris@refu.co>
66
;; Keywords: languages
7-
;; Version: 0.1.5
7+
;; Version: 0.1.6
88

99
;; This program is free software; you can redistribute it and/or modify
1010
;; it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)