Skip to content

Commit

Permalink
Merge pull request #15 from isakruas/doc/expand-documentation
Browse files Browse the repository at this point in the history
Security Fix: Update `zipp` Dependency to Version 3.19.1 or Higher
  • Loading branch information
isakruas authored Sep 30, 2024
2 parents 7b4322d + 1b909dc commit 4111437
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 @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.1.1] - 2024-09-30

### Security
- Security fixes suggested by Snyk: updated `zipp` to version 3.19.1 or higher to avoid a vulnerability. (`zipp>=3.19.1`)

## [v1.1.0] - 2024-05-27

### Added
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Use this section to tell people about which versions of your project are current

| Version | Supported |
| ------- | ------------------ |
| 1.1.1 | :white_check_mark: |
| 1.1.0 | :white_check_mark: |
| 1.0.0 | :white_check_mark: |
| 0.0.1 | :x: |
Expand Down
2 changes: 1 addition & 1 deletion src/ecutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit 4111437

Please sign in to comment.