Skip to content

Commit bf44c4a

Browse files
committed
v2.0.0-beta.4
1 parent b6c4157 commit bf44c4a

File tree

2 files changed

+41
-4
lines changed

2 files changed

+41
-4
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0-beta.4](https://github.com/athensresearch/athens/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-12-09)
6+
7+
8+
### Features
9+
10+
* templates ([07733fc](https://github.com/athensresearch/athens/commit/07733fc42d9011633b064f4f538628cd266d0bff))
11+
12+
13+
### Bug Fixes
14+
15+
* don't add classes to default paths ([39cb81d](https://github.com/athensresearch/athens/commit/39cb81d17ead2745ede257afcc6c6bb41b66af68))
16+
* handle big blocks ([599cf6a](https://github.com/athensresearch/athens/commit/599cf6a72c205287d161a4ee726f82856f8a1f71))
17+
* make clerk start ([d8cfd8c](https://github.com/athensresearch/athens/commit/d8cfd8cc6fb9d7743db9ac365d09797574f6c011))
18+
* make it save and exit. ([9c840b4](https://github.com/athensresearch/athens/commit/9c840b476d39d5eb54f04dcf6b6b850250d185b8))
19+
20+
21+
### Documentation
22+
23+
* add rollback optimizations ADR proposal ([bbe75cb](https://github.com/athensresearch/athens/commit/bbe75cb680ab6711e44444dcf5478b1af791e785))
24+
25+
26+
### Work in Progress
27+
28+
* Structure parser ([e1cac48](https://github.com/athensresearch/athens/commit/e1cac48438f5934b0d06c067609fac6f2aebf99c))
29+
* structure parser with typed-refs (just for `embed`) ([3525637](https://github.com/athensresearch/athens/commit/3525637e7d46eb5ab547135c11513cdeafd1d8f5))
30+
31+
32+
* ignore the notebooks build file, but watch others there ([b0197ed](https://github.com/athensresearch/athens/commit/b0197ed82d10381f86c319dc5a79490ad1c2526d))
33+
* style happy ([27490e4](https://github.com/athensresearch/athens/commit/27490e4edf225a3c5dcba0e539a2f6a5b5185c48))
34+
* support clerk notebooks ([7253a49](https://github.com/athensresearch/athens/commit/7253a4925ec9f0619fe6971ab5532aedd78220ae))
35+
* use uberdeps to create parametrized executable uberjars ([e4bcce6](https://github.com/athensresearch/athens/commit/e4bcce653c707462ad3ec347c376e059aa9160d1))
36+
37+
38+
### Refactors
39+
40+
* move macro to utils. ([3f91ffb](https://github.com/athensresearch/athens/commit/3f91ffb42dd058390a925915d526cc6a6913af91))
41+
542
## [2.0.0-beta.3](https://github.com/athensresearch/athens/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2021-11-29)
643

744

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Athens",
33
"author": "athensresearch",
4-
"version": "2.0.0-beta.3",
4+
"version": "2.0.0-beta.4",
55
"description": "An open-source knowledege graph for research and notetaking",
66
"repository": {
77
"type": "git",
@@ -40,9 +40,9 @@
4040
"server:test:only": "clojure -M:test --var",
4141
"server:repl": "clojure -A:repl",
4242
"server:wipe": "rimraf athens-data/fluree",
43-
"//cli scripts" : "",
44-
"cli:save" : "clojure -M:athens-cli save",
45-
"cli:load" : "clojure -M:athens-cli load",
43+
"//cli scripts": "",
44+
"cli:save": "clojure -M:athens-cli save",
45+
"cli:load": "clojure -M:athens-cli load",
4646
"cli:compile": "clojure -M -e \"(compile 'athens.self-hosted.save-load')\"",
4747
"cli:uberjar": "clojure -M:uberdeps --main-class athens.self-hosted.save-load --target target/athens-cli.jar"
4848
},

0 commit comments

Comments
 (0)