Skip to content

Commit 81cbe09

Browse files
authored
chore: move doc to doc_legacy so it doesn't collide with ex_doc (#210)
* chore: move doc to doc_legacy so it doesn't collide with ex_doc * changelog and version
1 parent 18150c3 commit 81cbe09

18 files changed

+17
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ _build
1414
src/luerl_scan.erl
1515
src/luerl_parse.erl
1616
comp_opts.mk
17-
doc/epub/*
17+
doc_legacy/epub/*
18+
doc/
1819
ebin/*.beam
1920
log
2021
logs

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [1.4.1]
11+
12+
### Fixed
13+
14+
- Move `doc/` folder to `doc_legacy/` so it doesn't collide with `ex_doc` artificats
15+
16+
1017
## [1.4.0]
1118

19+
This version was not released to Hex.pm due to a build issue
20+
1221
### Changed
1322

1423
- (breaking) `luerl:get_private` returns `{ok, Val} | error` tuple
@@ -21,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2130
- binary error messages captured in pcall are not formatted
2231

2332

24-
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.4.0...HEAD
33+
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.4.1...HEAD
34+
[1.3.0]: https://github.com/rvirding/luerl/compare/v1.4.0...v1.4.1
2535
[1.3.0]: https://github.com/rvirding/luerl/compare/v1.3.0...v1.4.0
2636
[1.3.0]: https://github.com/rvirding/luerl/compare/v1.2.3...v1.3.0
2737
[1.2.3]: https://github.com/rvirding/luerl/compare/v1.2.2...v1.2.3

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.4.1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)