Skip to content

Commit

Permalink
Bump the version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ejpcmac committed May 31, 2020
1 parent 77d90dd commit c4ad71a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,12 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.0] - To be released

### Added

* Generate lens functions for each field in the typed struct
* Optionally generate private lens functions
* Optionally prefix or postfix the generated function names

[Unreleased]: https://github.com/ejpcmac/typed_struct_lens/compare/master...develop
[0.1.0]: https://github.com/ejpcmac/typed_struct_lens/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ end
To use this plugin in your project, add this to your Mix dependencies:

```elixir
{:typed_struct_lens, "~> #{Mix.Project.config()[:version]}"}
{:typed_struct_lens, "~> 0.1.0"}
```

If you do not plan to compile modules using this TypedStruct plugin at
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -7,7 +7,7 @@ defmodule TypedStructLens.MixProject do
def project do
[
app: :typed_struct_lens,
version: @version <> dev(),
version: @version,
elixir: "~> 1.6",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit c4ad71a

Please sign in to comment.