Skip to content

Commit

Permalink
Release new version v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Nov 24, 2022
1 parent 367eeec commit 9157f45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.4.3] – 2022-11-24

- Fix precompiled assets for case sensitive filesystems

## [0.4.2] – 2022-11-14

### Internal
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
5. Create a new release in GitHub, ensuring you are pointing to the version bump commit created above.
6. Wait. Creating a new release will kick off the release action which uses [`rustler_precompiled`](https://hexdocs.pm/rustler_precompiled/RustlerPrecompiled.html) to precompile the `fast_rss` Rust dependency. You must wait until this process is complete before releasing to Hex.
7. Checkout the recently create tag.
8. Once the NIFs are built, use `mix rustler_precompiled.download FastRss.Native --all --print` to download generate the checksum file.
8. Once the NIFs are built, use `mix rustler_precompiled.download FastRSS.Native --all --print` to download generate the checksum file.
9. Run `mix hex.publish`.
10. Bump the version in the `mix.exs` and add the `-dev` flag to it.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule FastRSS.MixProject do
use Mix.Project

@source_url "https://github.com/avencera/fast_rss"
@version "0.4.2"
@version "0.4.3"

def project do
[
Expand Down

0 comments on commit 9157f45

Please sign in to comment.