Skip to content

Commit

Permalink
Release 0.1.0 alpha4 (#43)
Browse files Browse the repository at this point in the history
* Fixed incremental tests in CI config.
* Updated version to 0.1.0-alpha4
  • Loading branch information
furkan3ayraktar authored Oct 22, 2020
1 parent 013c0e4 commit d0b9794
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
command: git config --global user.name "CircleCI"
- run:
name: Run tests for Polylith workspace
command: clojure -A:poly test :all
command: clojure -A:poly test :project

test-build:
docker:
Expand All @@ -149,7 +149,7 @@ jobs:
command: git config --global user.name "CircleCI"
- run:
name: Run tests for Polylith workspace
command: clojure -A:poly test :all since:previous-release
command: clojure -A:poly test :project since:previous-release

mark-as-stable:
docker:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
(def ws-schema-version {:breaking 0
:non-breaking 0})

(def version "0.1.0-alpha3")
(def date "2020-10-15")
(def version "0.1.0-alpha4")
(def date "2020-10-22")
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2207,7 +2207,7 @@ poly ws get:settings
:user-config-file "/Users/tengstrand/.polylith/config.edn",
:user-home "/Users/tengstrand",
:vcs "git",
:version "0.1.0-alpha3",
:version "0.1.0-alpha4",
:ws-schema-version {:breaking 0, :non-breaking 0}}
```

Expand Down Expand Up @@ -2393,7 +2393,7 @@ poly help
```

```
Poly 0.1.0-alpha3 (2020-10-15) - https://github.com/polyfy/polylith
Poly 0.1.0-alpha4 (2020-10-22) - https://github.com/polyfy/polylith

poly CMD [ARGS] - where CMD [ARGS] are:

Expand Down

0 comments on commit d0b9794

Please sign in to comment.