Skip to content

Commit e81abf5

Browse files
committed
Attempt to fix my cljdoc cofig
1 parent 4644a71 commit e81abf5

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Versions prior to v0.1.0 are considered experimental, their API may change.
88
## [Unreleased]
99

1010

11+
## [0.0.6] - 2020-08-09
1112
## [0.0.5] - 2020-08-09
1213

1314
### Fixed

doc/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
## Data
1414

1515
* [Data Validation](data_validation.md)
16+
* [Data Parsing](data_parsing.md)
1617
* [Data Generation](data_generation.md)
1718

1819
## Misc

doc/cljdoc.edn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{:cljdoc.doc/tree [["Readme" {:file "README.md"}]
22
["Changes" {:file "CHANGELOG.md"}]
3-
["Introduction" {:file "doc/introduction.md"}]
43
["Design Choices" {:file "doc/design_choices.md"}]
54
["Model Anatomy" {:file "doc/model_anatomy.md"}]
65
["Model Builder" {:file "doc/model_builder.md"}]

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>minimallist</groupId>
55
<artifactId>minimallist</artifactId>
6-
<version>0.0.5</version>
6+
<version>0.0.6</version>
77
<name>Minimallist</name>
88
<description>A minimalist data driven data model library, inspired by Spec and Malli.</description>
99
<url>https://github.com/green-coder/minimallist</url>
1010
<scm>
1111
<url>https://github.com/green-coder/minimallist</url>
1212
<connection>scm:git:git://github.com/green-coder/minimallist.git</connection>
1313
<developerConnection>scm:git:ssh://git@github.com/green-coder/minimallist.git</developerConnection>
14+
<tag>all-work-and-no-play</tag>
1415
</scm>
1516
<licenses>
1617
<license>

0 commit comments

Comments
 (0)