Skip to content

Commit

Permalink
Merge pull request #121 from Crypto-TII/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
yessica-rd authored Dec 5, 2023
2 parents e08024c + d4b3891 commit 1a06855
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
2.0.0
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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).

## [2.0.0] - 2023-12-04

### Added

- Create report class Change: refactor statistical test functions and trail search functions outputs Change: refactor old pytest files for statistical test functions and trail search functions. Remove: remove old functions to create dataframes and heatmaps for statistical test functions
- External solver support for MILP truncated/impossible modules
- Implement scarf block cipher
- Window heuristic per modular addition

### Fixed

- Fix versioning

## [1.1.0] - 2023-11-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion run_update_changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ is_valid_last_commit ]]; then
repository_name=$1
if [ ${#pull_request_commits[@]} -gt 0 ]; then
python3 update_changelog.py --repository_url "${repository_name}" --pull_request_commits "${pull_request_commits[@]}"
if [[ $(git status --porcelain CHANGELOG.md) ]]; then
if [[ $(git status --porcelain ./docs/CHANGELOG.md) ]]; then
should_add_last_changes_to_master=true
fi
fi
Expand Down

0 comments on commit 1a06855

Please sign in to comment.