Skip to content

Commit

Permalink
Prepare for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James Couball committed Jan 19, 2022
1 parent ca12c6d commit 5f4d435
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!--
# @markup markdown
# @title Change Log
-->

# Change Log

The full change log is stored on [this project's GitHub releases page](https://github.com/jcouball/active_model_persistence/releases).
12 changes: 12 additions & 0 deletions Dockerfile.changelog-rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM rust

# Build the docker image (from this project's root directory):
# docker build --file Dockerfile.changelog-rs --tag changelog-rs .
#
# Use this image to output a changelog (from this project's root directory):
# docker run --rm --volume "$PWD:/worktree" changelog-rs v1.9.1 v1.10.0

RUN cargo install changelog-rs
WORKDIR /worktree

ENTRYPOINT ["/usr/local/cargo/bin/changelog-rs", "/worktree"]
2 changes: 1 addition & 1 deletion lib/active_model_persistence/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module ActiveModelPersistence
# The version of the active_model_persistence gem
VERSION = '0.1.0'
VERSION = '0.2.0'
end

0 comments on commit 5f4d435

Please sign in to comment.