Skip to content

Commit

Permalink
Include extra files in hex packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Aug 22, 2020
1 parent c9b917c commit 584ffba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- The formatter style has been improved to render some single argument calls
in a more compact style.
- Gleam now supports hex, octal, and binary literals.
- Rebar3 hex packages now include `gleam.toml` and `gen`.

## v0.10.1 - 2020-07-15

Expand Down
1 change: 1 addition & 0 deletions src/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ fn app_src(name: &str, description: &str, is_application: bool) -> String {
{{env,[]}},
{{modules, []}},
{{include_files, ["gleam.toml", "gen"]}},
{{licenses, ["Apache 2.0"]}},
{{links, []}}
]}}.
Expand Down

0 comments on commit 584ffba

Please sign in to comment.