Merge pull request #1342 from MODSetter/dev
Some checks are pending
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Blocked by required conditions

feat: version bump to 0.0.21
This commit is contained in:
Rohan Verma 2026-05-04 03:17:48 -07:00 committed by GitHub
commit 29c25b4ce5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View file

@ -1 +1 @@
0.0.20
0.0.21

View file

@ -1,6 +1,6 @@
[project]
name = "surf-new-backend"
version = "0.0.20"
version = "0.0.21"
description = "SurfSense Backend"
requires-python = ">=3.12"
dependencies = [

View file

@ -7947,7 +7947,7 @@ wheels = [
[[package]]
name = "surf-new-backend"
version = "0.0.20"
version = "0.0.21"
source = { editable = "." }
dependencies = [
{ name = "alembic" },

View file

@ -1,7 +1,7 @@
{
"name": "surfsense_browser_extension",
"displayName": "Surfsense Browser Extension",
"version": "0.0.20",
"version": "0.0.21",
"description": "Extension to collect Browsing History for SurfSense.",
"author": "https://github.com/MODSetter",
"engines": {

View file

@ -1,6 +1,6 @@
{
"name": "surfsense-desktop",
"version": "0.0.20",
"version": "0.0.21",
"description": "SurfSense Desktop App",
"main": "dist/main.js",
"scripts": {

View file

@ -1,6 +1,6 @@
{
"name": "surfsense_web",
"version": "0.0.20",
"version": "0.0.21",
"private": true,
"description": "SurfSense Frontend",
"scripts": {