Skip to content

Commit

Permalink
Release v1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eahanson committed Jul 20, 2024
1 parent 1d789af commit 85855c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased changes

## 1.60.0

- Add `Moar.String.lorem/1` which generates a "lorem ipsum" string of the given length.

## 1.59.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The package can be installed by adding `moar` to your list of dependencies in `m
```elixir
def deps do
[
{:moar, "~> 1.59"}
{:moar, "~> 1.60"}
]
end
```
Expand Down
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 Moar.MixProject do
use Mix.Project

@scm_url "https://github.com/synchronal/moar"
@version "1.59.2"
@version "1.60.0"

def project do
[
Expand Down

0 comments on commit 85855c5

Please sign in to comment.