Skip to content

Commit

Permalink
Draft 1.3.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hkpeprah committed Sep 4, 2024
1 parent d29e6b0 commit 7e6777b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.3.0]
### Added
- @gtowers-dukosi: Added API method `set_script_file()` to specify a Script
File to be loaded.

## [1.2.1]
### Fixed
- @FletcherD: Fixed a bug in `load_library()` on Linux where a 32-bit library
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ In the order of appearance in the commit history:
| Christopher Pattenden | @cpattenden-sq |
| Dominic Shelton | @frogamic |
| Fletcher D | @FletcherD |
| G Towers | @gtowers-dukosi |
2 changes: 1 addition & 1 deletion pylink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '1.2.1'
__version__ = '1.3.0'
__title__ = 'pylink'
__author__ = 'Square Embedded Software Team'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit 7e6777b

Please sign in to comment.