Skip to content

Commit

Permalink
Draft 1.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hkpeprah committed Dec 8, 2022
1 parent feedd6d commit e3c9d33
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.0.0]

### Changed
- @boraozgen: Fixed installation error that prevented `setup.py install` when
`six` was not installed.
- @denravonska: Changed `.flash()` to no longer erase chip on flash; users will
now need to ensure they call `.erase()` prior to flashing a non-erased region
of flash.

## [0.14.3]

### Changed
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ In the order of appearance in the commit history:
| Jacob Siverskog | @jsiverskog |
| Johannes Neyer | @johannesneyer |
| Chris Duf | @dottspina |
| Bora Özgen | @boraozgen |
| Marco Nilsson | @denravonska |
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__ = '0.14.3'
__version__ = '1.0.0'
__title__ = 'pylink'
__author__ = 'Square Embedded Software Team'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit e3c9d33

Please sign in to comment.