Skip to content

Commit

Permalink
Added upgrade instructions for v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Nov 13, 2023
1 parent 7801383 commit 0ab7fc5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@
This document describes breaking changes, as well as how to fix them, that have occured at given releases.
After updating your project, please consult the segments from your current release until now.

# Upgrade to 1.2.0 from 1.1.0
1. **Switch IHP version**

- **IHP Basic**

Open `flake.nix` and change the git commit in line 3 to the following:

```diff
- ihp.url = "github:digitallyinduced/ihp/v1.1";
+ ihp.url = "github:digitallyinduced/ihp/v1.2";
```

- **IHP Pro & IHP Business**

Visit https://ihp.digitallyinduced.com/Builds and copy the latest v1.2.0 URL into your `flake.nix`.

2. **Remake Env**

Run the following commands:

```bash
direnv reload
```

Now you can start your project as usual with `devenv up`.


# Upgrade to 1.1.0 from 1.0.1

Expand Down

0 comments on commit 0ab7fc5

Please sign in to comment.