Skip to content

Commit

Permalink
Release v0.3.1 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrf committed Sep 30, 2024
1 parent a80a819 commit b1e883f
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:

build-macos:
name: Build macOS x64 executable
runs-on: macos-latest
runs-on: macos-14-large
needs: [version, build-app-static]
env:
CSC_LINK: ${{ secrets.CSC_LINK }}
Expand Down
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
## v0.3.1

### Bugfixes

* API: fix: ignore deleted users in user list (#252)
* UI: do not show deleted users in shares

### Security patches

* Build(deps): bump werkzeug from 3.0.1 to 3.0.3 (#242)
* Build(deps): bump jinja2 from 3.1.3 to 3.1.4 (#243)
* Build(deps): bump idna from 3.4 to 3.7 (#238)
* Build(deps): bump tqdm from 4.65.0 to 4.66.3 (#241)
* Build(deps): bump pillow from 10.2.0 to 10.3.0 (#237)
* Build(deps): bump requests from 2.31.0 to 2.32.2 (#245)
* Build(deps): bump dnspython from 2.3.0 to 2.6.1 (#239)
* Build(deps-dev): bump black from 23.3.0 to 24.3.0 (#234)
* Build(deps-dev): bump ejs from 3.1.9 to 3.1.10 in /desktop (#240)
* Build(deps): bump cryptography from 42.0.4 to 43.0.1 (#251)
* Build(deps): bump certifi from 2023.7.22 to 2024.7.4 (#250)
* Build(deps): bump authlib from 1.2.0 to 1.3.1 (#246)
* Build(deps-dev): bump rollup from 3.20.7 to 3.29.5 in /js (#254)
* Build(deps): bump urllib3 from 1.26.18 to 1.26.19 (#247)

### CI

* fix fetching of jeditable and bump it to 1.7.3
* CI: docker push: leave the v on the tag
* fix macOS x64 build

### Doc

* add instructions for setup as system service

### Website

* website: add macOS demo app download and detect OS
* Build(deps): bump ws and socket.io in /site (#248)
* Build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /site (#249)
* Build(deps): bump axios and bundlewatch in /site (#256)
* Build(deps): bump body-parser from 1.20.0 to 1.20.3 in /site (#253)

## v0.3.0

### Features
Expand Down
4 changes: 2 additions & 2 deletions desktop/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 desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "racine-desktop",
"version": "0.3.0",
"version": "0.3.1",
"description": "A desktop demo of the Racine lab book",
"main": "renderer.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions js/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 js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "racine_js",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"description": "Racine JavaScript library",
"license": "GPL v3",
Expand Down
4 changes: 2 additions & 2 deletions version.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
RACINE_VERSION,v0.3.0
RACINE_API_VERSION,0.3.0
RACINE_VERSION,v0.3.1
RACINE_API_VERSION,0.3.1

0 comments on commit b1e883f

Please sign in to comment.