Skip to content

Commit 51a7cce

Browse files
authored
Prepare for 2.0.2 (baserow#4344)
1 parent 84f6e75 commit 51a7cce

File tree

60 files changed

+2282
-2056
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+2282
-2056
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ existing tools and performs at any scale.
2828
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy/?template=https://github.com/baserow/baserow/tree/master)
2929

3030
```bash
31-
docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:2.0.1
31+
docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:2.0.2
3232
```
3333

3434
![Baserow database screenshot](docs/assets/screenshot.png "Baserow database screenshot")
@@ -116,7 +116,7 @@ Created by Baserow B.V. - bram@baserow.io.
116116

117117
Distributes under the MIT license. See `LICENSE` for more information.
118118

119-
Version: 2.0.1
119+
Version: 2.0.2
120120

121121
The official repository can be found at https://github.com/baserow/baserow.
122122

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "Baserow",
3-
"description": "Open source online no-code database and Airtable alternative. More information about persistent files on S3, scaling and installing a custom domain can be found on https://baserow.io/docs/guides/installation/install-on-heroku. Note that it might take a couple of minutes to deploy the app, so please be patient.",
3+
"description": "Baserow is an open source no-code database tool and Airtable alternative. Easily create\na relational database without any technical expertise. Build a table and define custom\nfields like text, number, file and many more. More information about persistent files on S3, scaling and installing a custom domain can be found on https://baserow.io/docs/guides/installation/install-on-heroku. Note that it might take a couple of minutes to deploy the app, so please be patient.",
44
"repository": "https://github.com/baserow/baserow",
5-
"keywords": ["baserow", "no-code", "database", "airtable"],
5+
"keywords": ["baserow", "no-code", "database", "airtable", "data", "collaborate"],
66
"logo": "https://baserow.io/img/favicon_192.png",
77
"success_url": "/",
88
"addons": [

backend/docker/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euo pipefail
66
# ENVIRONMENT VARIABLES USED DIRECTLY BY THIS ENTRYPOINT
77
# ======================================================
88

9-
export BASEROW_VERSION="2.0.1"
9+
export BASEROW_VERSION="2.0.2"
1010

1111
# Used by docker-entrypoint.sh to start the dev server
1212
# If not configured you'll receive this: CommandError: "0.0.0.0:" is not a valid port number or address:port pair.

backend/src/baserow/config/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
"name": "MIT",
458458
"url": "https://github.com/baserow/baserow/blob/develop/LICENSE",
459459
},
460-
"VERSION": "2.0.1",
460+
"VERSION": "2.0.2",
461461
"SERVE_INCLUDE_SCHEMA": False,
462462
"TAGS": [
463463
{"name": "Settings"},

backend/src/baserow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.0.1"
1+
VERSION = "2.0.2"

changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## Released 2.0.2
4+
5+
### New features
6+
* [Integration] Allow the Local Baserow 'update row' service to update data synced tables with writable fields. [#3799](https://github.com/baserow/baserow/-/issues/3799)
7+
8+
### Bug fixes
9+
* [Database] Adjust image orientation based on exif data [#4247](https://github.com/baserow/baserow/-/issues/4247)
10+
* [Automation] Fixed a bug where creating a workflow would cause a crash for another user viewing a different app. [#4293](https://github.com/baserow/baserow/-/issues/4293)
11+
* [Automation] Allow to duplicate nodes inside container nodes [#4294](https://github.com/baserow/baserow/-/issues/4294)
12+
* [Builder] Improve performances when editing a create/update workflow action with a lot of table fields
13+
* [Integration] Resolved BASEROW_INTEGRATIONS_PERIODIC_MINUTE_MIN env variable bug.
14+
15+
### Refactors
16+
* [Database] Make read/write DB routing consistent for http requests and background tasks [#3848](https://gitlab.com/baserow/baserow/-/issues/3848)
17+
* [Builder] Fix missing form data after first render (SSR) [#4268](https://github.com/baserow/baserow/-/issues/4268)
18+
* [Core] Improve formula editor
19+
20+
### Breaking API changes
21+
* [Builder] Number field values returned by local baserow integrations are now actual numbers instead of string [#4219](https://github.com/baserow/baserow/-/issues/4219)
22+
23+
324
## Released 2.0.1
425

526
### Bug fixes

changelog/entries/unreleased/breaking_change/4219_number_field_values_returned_by_local_baserow_integrations_a.json renamed to changelog/entries/2.0.2/breaking_change/4219_number_field_values_returned_by_local_baserow_integrations_a.json

File renamed without changes.

changelog/entries/unreleased/bug/4247_adjust_image_orientation_based_on_exif_data.json renamed to changelog/entries/2.0.2/bug/4247_adjust_image_orientation_based_on_exif_data.json

File renamed without changes.

changelog/entries/unreleased/bug/4293_fixed_a_bug_where_creating_a_workflow_would_cause_a_crash_fo.json renamed to changelog/entries/2.0.2/bug/4293_fixed_a_bug_where_creating_a_workflow_would_cause_a_crash_fo.json

File renamed without changes.

changelog/entries/unreleased/bug/4294_allow_to_duplicate_nodes_inside_container_nodes.json renamed to changelog/entries/2.0.2/bug/4294_allow_to_duplicate_nodes_inside_container_nodes.json

File renamed without changes.

0 commit comments

Comments
 (0)