Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aquint-zama/test-semantic-release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: aquint-zama/test-semantic-release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 18, 2024

  1. ci: fix dependabot config

    aquint-zama committed Mar 18, 2024
    Copy the full SHA
    9cd208b View commit details

Commits on Mar 19, 2024

  1. ci: fix dependabot config

    aquint-zama committed Mar 19, 2024
    Copy the full SHA
    98ed043 View commit details

Commits on Mar 20, 2024

  1. Copy the full SHA
    3b90cf8 View commit details
  2. fix: add more void

    aquint-zama committed Mar 20, 2024
    Copy the full SHA
    4f7b8f2 View commit details
  3. chore: add comment

    aquint-zama committed Mar 20, 2024
    Copy the full SHA
    50c865d View commit details
  4. chore(release): 1.6.1 [skip ci]

    ## [1.6.1](v1.6.0...v1.6.1) (2024-03-20)
    
    ### Bug Fixes
    
    * add more void ([4f7b8f2](4f7b8f2))
    semantic-release-bot committed Mar 20, 2024
    Copy the full SHA
    97b1aad View commit details
Showing with 11 additions and 7 deletions.
  1. +1 −2 .github/dependabot.yml
  2. +7 −0 CHANGELOG.md
  3. +0 −1 src/dummy.rs
  4. +0 −3 src/dummy2.rs
  5. +2 −0 src/void-extension.py
  6. 0 { → src}/void.py
  7. +1 −1 version.py
3 changes: 1 addition & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -5,8 +5,7 @@

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Semantic Versioning Changelog

## [1.6.1](https://github.com/aquint-zama/test-semantic-release/compare/v1.6.0...v1.6.1) (2024-03-20)


### Bug Fixes

* add more void ([4f7b8f2](https://github.com/aquint-zama/test-semantic-release/commit/4f7b8f26da274eeb1dd80eb25a0884ada7ed02b0))

# [1.6.0](https://github.com/aquint-zama/test-semantic-release/compare/v1.5.2...v1.6.0) (2024-02-08)


1 change: 0 additions & 1 deletion src/dummy.rs

This file was deleted.

3 changes: 0 additions & 3 deletions src/dummy2.rs

This file was deleted.

2 changes: 2 additions & 0 deletions src/void-extension.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# oups forgot to add a meaningful comment here
print("More void")
File renamed without changes.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__="v1.6.0"
__version__="v1.6.1"