Skip to content

Commit cbfa793

Browse files
committed
chore: bump version to 0.99.35
1 parent 83f6e6e commit cbfa793

File tree

4 files changed

+53
-2
lines changed

4 files changed

+53
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
[0.99.35]
3+
* core: Eliminate race condition in RequestCoalescer test
4+
* core: Exclude migrations tag from default test runs
5+
* core: Add MigrationConstraintSafety Credo check
6+
* core: Backfill calendar provider_account_id before creating null-guard index
27
[0.99.34]
38
* core: Derive display location from meeting fields in AppointmentBuilder
49
* core: Remove unreachable pattern in scheduling_handlers with/else

CloudronManifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packagerUrl": "https://lukabreitig.com",
77
"description": "A meeting scheduler application with CalDAV integration",
88
"tagline": "Smart meeting scheduling with CalDAV",
9-
"version": "0.99.34",
9+
"version": "0.99.35",
1010
"healthCheckPath": "/healthcheck",
1111
"httpPort": 4000,
1212
"postInstallMessage": "Thank you for installing Tymeslot!",

CloudronVersions.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,52 @@
506506
},
507507
"publishState": "published",
508508
"ts": "Fri, 27 Mar 2026 08:48:58 GMT"
509+
},
510+
"0.99.35": {
511+
"creationDate": "Sun, 29 Mar 2026 12:35:20 GMT",
512+
"manifest": {
513+
"addons": {
514+
"localstorage": {},
515+
"oidc": {
516+
"loginRedirectUri": "/auth/oauth/callback"
517+
},
518+
"postgresql": {},
519+
"sendmail": {}
520+
},
521+
"author": "Luka Karsten Breitig",
522+
"changelog": "file://CHANGELOG",
523+
"contactEmail": "hello@tymeslot.app",
524+
"description": "A meeting scheduler application with CalDAV integration",
525+
"dockerImage": "luka1thb/tymeslot-cloudron:0.99.35",
526+
"documentationUrl": "https://tymeslot.app/docs",
527+
"healthCheckPath": "/healthcheck",
528+
"httpPort": 4000,
529+
"iconUrl": "https://raw.githubusercontent.com/Tymeslot/tymeslot/main/priv/static/images/brand/icon.png",
530+
"id": "app.tymeslot",
531+
"manifestVersion": 2,
532+
"mediaLinks": [
533+
"https://tymeslot.app/images/cloudron-screenshots/dashboard.png",
534+
"https://tymeslot.app/images/cloudron-screenshots/availability.png",
535+
"https://tymeslot.app/images/cloudron-screenshots/embedding.png"
536+
],
537+
"memoryLimit": 1073741824,
538+
"minBoxVersion": "9.1.0",
539+
"packagerName": "Luka Karsten Breitig",
540+
"packagerUrl": "https://lukabreitig.com",
541+
"postInstallMessage": "Thank you for installing Tymeslot!",
542+
"tagline": "Smart meeting scheduling with CalDAV",
543+
"tags": [
544+
"calendar",
545+
"scheduling",
546+
"meetings",
547+
"caldav"
548+
],
549+
"title": "Tymeslot",
550+
"version": "0.99.35",
551+
"website": "https://tymeslot.app"
552+
},
553+
"publishState": "published",
554+
"ts": "Sun, 29 Mar 2026 12:35:20 GMT"
509555
}
510556
}
511557
}

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Tymeslot.MixProject do
44
def project do
55
[
66
app: :tymeslot,
7-
version: "0.99.34",
7+
version: "0.99.35",
88
elixir: "~> 1.19",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)