Skip to content

Commit

Permalink
Update changelog with bugfix description
Browse files Browse the repository at this point in the history
  • Loading branch information
lvonk committed Oct 1, 2024
1 parent e1e21e3 commit 07da3b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog 7.x (changes since 7.1.0)
# Changelog 7.x (changes since 7.1.1)

# Changelog 7.1.1 (changes since 7.1.0)

Small bugfix for metadata tables migrations. See https://github.com/zilverline/sequent/issues/418. Thanks evsasse.

# Changelog 7.1.0 (changes since 7.0.0)

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ Open [localhost:4000](localhost:4000)

## Releasing

Change the version in `lib/version.rb`. Commit this change.
Ensure the version in `lib/version.rb` is the new version. If not change it and commit this change.

Then run `rake release`. A git tag will be created and pushed, and the new version of the gem will be pushed to rubygems.

Increase version to working version.

## Running the specs

First create the database if you did not already do so:
Expand Down

0 comments on commit 07da3b6

Please sign in to comment.