Skip to content

Commit

Permalink
v1.7 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bcpeinhardt committed Apr 5, 2024
1 parent 5fdfa38 commit 1deee71
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

## v1.7.0 - 5 April 2024
- add `create_symlink` function to create a symbolic link
- add `verify_is_symlink` function to check if a file is a symbolic link
- add `describe_error` function to get human-readable descriptions out of errors
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ gleam add simplifile
```

and its documentation can be found at <https://hexdocs.pm/simplifile>.

## Contributing

Contributions are welcome! The best way to start for medium to large features is by opening an issue with
the feature suggestion, otherwise feel free to just make a PR!
Code contributions should include tests. Please make sure tests pass on all supported targets
(you can run the test.sh file in the top level of the project to run tests for each target).
Please also include an entry in the Unreleased section of the changelog.
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "simplifile"
version = "1.6.1"
version = "1.7.0"
description = "Basic file operations that work on all targets"

licences = ["Apache-2.0"]
Expand Down

0 comments on commit 1deee71

Please sign in to comment.