Skip to content

Commit

Permalink
update (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
s0l0ist authored Jan 31, 2023
1 parent b2e114e commit bfbe134
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
name: CI

on:
push:
branches: [master]
pull_request:

# Cancel in progress workflows on pull_requests.
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 1.1.1

Chore:

- Publish new `python` wheels to support `3.8.0+`

# Version 1.1.0

Bugfix:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmined/psi.js",
"version": "1.1.0",
"version": "1.1.1",
"description": "Private Set Intersection for JavaScript",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion tools/package.bzl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
""" Version of the current release """
VERSION_LABEL = "1.1.0"
VERSION_LABEL = "1.1.1"

0 comments on commit bfbe134

Please sign in to comment.