Skip to content

Commit

Permalink
Merge pull request #43 from elek-io/changeset-release/main
Browse files Browse the repository at this point in the history
Release 0.10.0
  • Loading branch information
Nils-Kolvenbach authored Sep 5, 2024
2 parents c4559ce + 79bc33a commit 70fc3df
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-ghosts-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-cycles-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-cycles-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-singers-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-spoons-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-pets-sort.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @elek-io/core

## 0.10.0

### Minor Changes

- cc6a1a4: Removed unused options and added file cache option
- 2b3f3b5: Added history key to all objects (Project, Asset, Collection and Entry) and the `read` method of their services now support reading from history by providing a commit hash. Also added `save` method for Assets to let the user copy given file somewhere to his filesystem. This also works for Assets from history.
- 9b79cac: Changed the way the `upgrade` method for Projects work by migrating objects on disk directly. Reading from history also applies this migration step to comply with the current schema.

### Patch Changes

- 938c0a1: Added logging
- 17dbf20: Added matrix testing on all supported platforms and fixed EOL and path seperation issues with git commands in windows.
- 2605542: Removed usage of LFS and improved git command logging

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elek-io/core",
"version": "0.9.1",
"version": "0.10.0",
"description": "Handles core functionality of elek.io Projects like file IO and version control.",
"homepage": "https://elek.io",
"repository": "https://github.com/elek-io/core",
Expand Down

0 comments on commit 70fc3df

Please sign in to comment.