Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
changed release from 0.3.7 ro 0.4.0 (#1283)
Browse files Browse the repository at this point in the history
<!--
Check relevant points but **please do not remove entries**.
-->

#1180 

## Basics

<!--
These points need to be fulfilled for every PR.
-->

- [x] The PR is rebased with current master
- [x] I added a line to [changelog.md](/doc/changelog.md)
- [x] Details of what I changed are in the commit messages
- [x] References to issues, e.g. `close #X`, are in the commit messages
and changelog
- [ ] The buildserver is happy

<!--
If you have any troubles fulfilling these criteria, please write about
the trouble as comment in the PR.
We will help you, but we cannot accept PRs that do not fulfill the
basics.
-->

## Checklist

<!--
For documentation fixes, spell checking, and similar none of these
points below need to be checked.
Otherwise please check these points when getting a PR done:
-->

- [ ] I fully described what my PR does in the documentation
- [ ] I fixed all affected documentation
- [ ] I fixed the introduction tour
- [ ] I wrote migrations in a way that they are compatible with already
present data
- [ ] I fixed all affected decisions
- [ ] I added automated tests or a [manual test
protocol](../doc/tests/manual/protocol.md)
- [ ] I added code comments, logging, and assertions as appropriate
- [ ] I translated all strings visible to the user
- [ ] I mentioned [every code or
binary](https://github.com/ElektraInitiative/PermaplanT/blob/master/.reuse/dep5)
not directly written or done by me in [reuse
syntax](https://reuse.software/)
- [ ] I created left-over issues for things that are still to be done
- [ ] Code is conforming to [our Architecture](/doc/architecture)
- [ ] Code is conforming to [our Guidelines](/doc/guidelines)
- [ ] Code is consistent to [our Design Decisions](/doc/decisions)
- [ ] Exceptions to any guidelines are documented

## First Time Checklist

<!--
These points are only relevant when creating a PR the first time.
-->

- [ ] I have installed and I am using [pre-commit
hooks](../doc/contrib/README.md#Hooks)
- [ ] I am using [Tailwind CSS
Linting](https://tailwindcss.com/blog/introducing-linting-for-tailwindcss-intellisense)

## Review

<!--
Reviewers can copy&check the following to their review.
Also the checklist above can be used.
But also the PR creator should check these points when getting a PR
done:
-->

- [ ] I've tested the code
- [ ] I've read through the whole code
- [ ] I've read through the whole documentation
- [ ] I've checked conformity to guidelines
- [ ] I've checked conformity to requirements
- [ ] I've checked that the requirements are tested
  • Loading branch information
markus2330 authored Apr 12, 2024
2 parents 3383e93 + 7d98b8f commit 9d2e1d7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion backend/Cargo.lock

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

2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "backend"
version = "0.3.7"
version = "0.4.0"
description = "The backend of PermaplanT"
repository = "https://github.com/ElektraInitiative/PermaplanT"
license = "BSD-3-Clause"
Expand Down
4 changes: 2 additions & 2 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Use a not-yet-used-in-any-PR random line in the top-most version.

Syntax: `- short text describing the change _(Your Name)_`

## 0.3.7 - UNRELEASED
## 0.4.0 - UNRELEASED

- needs new migrations
- needs new scraper data (integer for plant spread and height)
Expand All @@ -18,7 +18,7 @@ Syntax: `- short text describing the change _(Your Name)_`
- Add notes to plantings in backend #1156 _(Jannis Adamek)_
- Fix seed routes and add naming convention guideline _(Daniel Steinkogler)_
- Enable automatic image scaling in base layer _(Moritz)_
- _()_
- changed release name from 0.3.7 to 0.4.0 _(Filip Markovic)_
- Add [guideline](guidelines/frontend-keyhandling.md) and [decisions](decisions/frontend_keyhandling.md) for key handling) _(Daniel Steinkogler)_
- _()_
- Fix ref warning in PlantLabel, center labels as intended _(Paul)_
Expand Down
2 changes: 1 addition & 1 deletion doc/tests/manual/reports/240410.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Manual Test Report (v0.3.7)
# Manual Test Report (v0.4.0)

## General

Expand Down
4 changes: 2 additions & 2 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "permaplant",
"version": "0.3.7",
"version": "0.4.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 9d2e1d7

Please sign in to comment.