Skip to content

Commit

Permalink
prepared for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
just-sultanov committed Jan 31, 2020
1 parent 8f399b1 commit 0765c89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

== Changelog

=== v0.4.8

* tools.deps.alpha library updated to {tda-changelog}[0.8.661]

=== v0.4.7

* tools.deps.alpha library updated to {tda-changelog}[0.8.633]
Expand Down
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ help: ## Show help
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)


repl: ## Run nREPL
clj -R:test -A:repl


clean: ## Clean
@echo "=================================================================="
@echo "Clean..."
Expand All @@ -24,6 +20,10 @@ clean: ## Clean
@echo -e "\n"


repl: ## Run nREPL
clj -R:test -A:repl


lint: ## Run linter
@echo "=================================================================="
@echo "Run linter..."
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ $ make release
----
$ make help
help Show help
repl Run nREPL
clean Clean
repl Run nREPL
lint Run linter
test Run Clojure tests
build Build jar
Expand Down

0 comments on commit 0765c89

Please sign in to comment.