Skip to content

Commit f4698e3

Browse files
WayneDroidbkeryan
authored andcommitted
Update changelog 101 (#631)
* Update CHANGELOG for 1.0.1 * added known issues
1 parent ce61371 commit f4698e3

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22
* [1.1.0](#110)
3+
* [1.0.1](#101)
34
* [1.0.0](#100)
45
* [0.9.0](#090)
56
* [0.8.0](#080)
@@ -30,6 +31,21 @@ All notable changes to this project will be documented in this file.
3031
* ### Known Issues
3132
* ...
3233

34+
## 1.0.1
35+
* ### Merged Pull Requests
36+
* [Full changelog: 1.0.0...1.0.1](https://github.com/ni/nidaqmx-python/compare/1.0.0...1.0.1)
37+
38+
* ### Resolved Issues
39+
* [540: Task.wait_for_valid_timestamp doesn't return the timestamp](https://github.com/ni/nidaqmx-python/issues/540)
40+
* [606: CERTIFICATE_VERIFY_FAILED occurs when executing installdriver command on Windows system](https://github.com/ni/nidaqmx-python/issues/606)
41+
* [615: Onboard device memory overflow](https://github.com/ni/nidaqmx-python/issues/615)
42+
* [623: installdriver CLI doesn't prompt or indicate what versions are being downloaded/installed on a clean system](https://github.com/ni/nidaqmx-python/issues/623)
43+
44+
* ### Known Issues
45+
* [613: InStream.logging_file_path setter type hint is not effective](https://github.com/ni/nidaqmx-python/issues/613)
46+
* [620: InStream.get_channels_buffer_size uses wrong encoding](https://github.com/ni/nidaqmx-python/issues/620)
47+
* [621: InStream.get_channels_buffer_size should not be public](https://github.com/ni/nidaqmx-python/issues/621)
48+
3349
## 1.0.0
3450
* ### Merged Pull Requests
3551
* [Full changelog: 0.9.0...1.0.0](https://github.com/ni/nidaqmx-python/compare/0.9.0...1.0.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nidaqmx"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
license = "MIT"
55
description = "NI-DAQmx Python API"
66
authors = ["NI <[email protected]>"]

0 commit comments

Comments
 (0)