Skip to content

Commit d4519d2

Browse files
author
César Román
committed
chore(release): prepare for v8.1.18
1 parent bf4b8a4 commit d4519d2

File tree

3 files changed

+27
-16
lines changed

3 files changed

+27
-16
lines changed

CHANGELOG.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [8.1.17] - 2022-04-14
5+
## [8.1.18] - 2022-06-20
6+
7+
### Features
8+
9+
- add fields to Results class (#22)
10+
- add `readRaw`, `writeRaw` to `bacnet` module (#23)
11+
12+
### Build
13+
14+
- bump actions/setup-python from 3 to 4 (#21)
15+
16+
## [8.1.17] - 2022-05-13
617

718
### Bug Fixes
819

@@ -88,7 +99,7 @@ All notable changes to this project will be documented in this file.
8899
- update black from 21.12b0 to 22.1.0 ([df5d6e9](https://github.com/ignition-api/8.1/commit/df5d6e999405f4e5d09f644c215eaa88fc0552d5))
89100
- add `sort-all@v1.2.0` ([3eeeb97](https://github.com/ignition-api/8.1/commit/3eeeb970ea96f3b1807af0a35d37f5fae7cb6e81))
90101

91-
## [8.1.13.post1] - 2022-01-21
102+
## [8.1.13.post1] - 2022-01-20
92103

93104
### Features
94105

@@ -103,7 +114,7 @@ All notable changes to this project will be documented in this file.
103114

104115
- undo `java.lang.String` ([8b9c99c](https://github.com/ignition-api/8.1/commit/8b9c99c77ff4e47e53fd9813218ef5a38aa64c09))
105116

106-
## [8.1.13] - 2021-12-23
117+
## [8.1.13] - 2021-12-22
107118

108119
### CI
109120

@@ -155,7 +166,7 @@ regardless of platform
155166

156167
- release 8.1.12.post3 ([f6a5ae1](https://github.com/ignition-api/8.1/commit/f6a5ae12c1b316a55d1156f633fbd71531ec7166))
157168

158-
## [8.1.12.post2] - 2021-11-27
169+
## [8.1.12.post2] - 2021-11-26
159170

160171
### Miscellaneous Tasks
161172

@@ -244,7 +255,7 @@ regardless of platform
244255

245256
- git ignore dist-build directory ([368efb9](https://github.com/ignition-api/8.1/commit/368efb916ccd507eb7047794e9662638ed886f20))
246257

247-
## [8.1.10.post6] - 2021-10-11
258+
## [8.1.10.post6] - 2021-10-10
248259

249260
### Bug Fixes
250261

@@ -284,7 +295,7 @@ regardless of platform
284295
- update pylint workflow ([684f4d5](https://github.com/ignition-api/8.1/commit/684f4d5bf38bdd9eecb8470a04e173f713dcb283))
285296
- update workflows ([6977b00](https://github.com/ignition-api/8.1/commit/6977b009b47e6fbb95a45e82f3ebea32d49538eb))
286297

287-
## [8.1.10.post5] - 2021-09-25
298+
## [8.1.10.post5] - 2021-09-24
288299

289300
### Bug Fixes
290301

@@ -386,7 +397,7 @@ regardless of platform
386397
- pre-commit autoupdate (#44)
387398
- pre-commit autoupdate (#45)
388399

389-
## [8.1.7] - 2021-06-06
400+
## [8.1.7] - 2021-06-05
390401

391402
### Features
392403

@@ -416,7 +427,7 @@ regardless of platform
416427
- remove E211 and E99 from ignore ([0edf0ec](https://github.com/ignition-api/8.1/commit/0edf0eccd2661355f5929416c21c6ef9b112151f))
417428
- remove W503 from ignore ([ac25bbe](https://github.com/ignition-api/8.1/commit/ac25bbeb64c8e08d521026965b6c7af5e0a6a412))
418429

419-
## [8.1.5-fix] - 2021-05-12
430+
## [8.1.5-fix] - 2021-05-11
420431

421432
### Bug Fixes
422433

@@ -429,7 +440,7 @@ regardless of platform
429440
- update flake8 3.9.1 -> 3.9.2 ([b67503c](https://github.com/ignition-api/8.1/commit/b67503c5414c1c2eba9d9918ec8a5d90caa23979))
430441
- update black 21.5b0 -> 21.5b1 ([9226438](https://github.com/ignition-api/8.1/commit/92264382a304639b2e79dde749cfb0e639e38e1d))
431442

432-
## [8.1.5] - 2021-04-29
443+
## [8.1.5] - 2021-04-28
433444

434445
### Features
435446

@@ -459,7 +470,7 @@ regardless of platform
459470

460471
- bump flake8 and isort to latest version ([f4d8fef](https://github.com/ignition-api/8.1/commit/f4d8fef980400e8357f11be8a74a28839b6b9fa0))
461472

462-
## [8.1.3] - 2021-03-05
473+
## [8.1.3] - 2021-03-04
463474

464475
### Features
465476

@@ -474,7 +485,7 @@ regardless of platform
474485
- :art: tell isort to use Python27 ([873015f](https://github.com/ignition-api/8.1/commit/873015fd0331fe44b240c3823f1591b753f01607))
475486
- remove blank line ([8b62da4](https://github.com/ignition-api/8.1/commit/8b62da459e1009ae75fb25cba6410d22ac9b4ec4))
476487

477-
## [8.1.2] - 2021-02-13
488+
## [8.1.2] - 2021-02-12
478489

479490
### Features
480491

@@ -491,13 +502,13 @@ regardless of platform
491502
- add flake8 and isort badges ([a0319f7](https://github.com/ignition-api/8.1/commit/a0319f7923f71624aa96f750357a247580914452))
492503
- :art: make isort compatible with black ([df9d357](https://github.com/ignition-api/8.1/commit/df9d357859c5ce37f7020952bfee3661e4db131a))
493504

494-
## [8.1.1] - 2020-12-10
505+
## [8.1.1] - 2020-12-09
495506

496507
### Styling
497508

498509
- Black ([9db745d](https://github.com/ignition-api/8.1/commit/9db745d9b14fb6f5ced27a357db89ac53bfb4be1))
499510

500-
## [8.1.0] - 2020-11-16
511+
## [8.1.0] - 2020-11-15
501512

502513
### All
503514

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ This project consists of the following packages:
101101

102102
#### com.inductiveautomation
103103

104-
This package includes supporting Inductive Automation's classes and interfaces. For more information, see documentation here: <https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.17/index.html>.
104+
This package includes supporting Inductive Automation's classes and interfaces. For more information, see documentation here: <https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.18/index.html>.
105105

106106
#### java/javax
107107

src/system/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Package information."""
22

3-
__version__ = "8.1.17"
4-
__build__ = "2022051210"
3+
__version__ = "8.1.18"
4+
__build__ = "2022061518"
55
__cycle__ = ""
66
__package_version__ = "{0}{1}".format(__version__, __cycle__)

0 commit comments

Comments
 (0)