Skip to content

Commit

Permalink
Update changelog 101 (#631)
Browse files Browse the repository at this point in the history
* Update CHANGELOG for 1.0.1

* added known issues
  • Loading branch information
WayneDroid authored and bkeryan committed Sep 11, 2024
1 parent ce61371 commit f4698e3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog
* [1.1.0](#110)
* [1.0.1](#101)
* [1.0.0](#100)
* [0.9.0](#090)
* [0.8.0](#080)
Expand Down Expand Up @@ -30,6 +31,21 @@ All notable changes to this project will be documented in this file.
* ### Known Issues
* ...

## 1.0.1
* ### Merged Pull Requests
* [Full changelog: 1.0.0...1.0.1](https://github.com/ni/nidaqmx-python/compare/1.0.0...1.0.1)

* ### Resolved Issues
* [540: Task.wait_for_valid_timestamp doesn't return the timestamp](https://github.com/ni/nidaqmx-python/issues/540)
* [606: CERTIFICATE_VERIFY_FAILED occurs when executing installdriver command on Windows system](https://github.com/ni/nidaqmx-python/issues/606)
* [615: Onboard device memory overflow](https://github.com/ni/nidaqmx-python/issues/615)
* [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)

* ### Known Issues
* [613: InStream.logging_file_path setter type hint is not effective](https://github.com/ni/nidaqmx-python/issues/613)
* [620: InStream.get_channels_buffer_size uses wrong encoding](https://github.com/ni/nidaqmx-python/issues/620)
* [621: InStream.get_channels_buffer_size should not be public](https://github.com/ni/nidaqmx-python/issues/621)

## 1.0.0
* ### Merged Pull Requests
* [Full changelog: 0.9.0...1.0.0](https://github.com/ni/nidaqmx-python/compare/0.9.0...1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nidaqmx"
version = "1.0.1"
version = "1.1.0"
license = "MIT"
description = "NI-DAQmx Python API"
authors = ["NI <[email protected]>"]
Expand Down

0 comments on commit f4698e3

Please sign in to comment.