Skip to content

Commit

Permalink
release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris Fu committed Dec 6, 2021
1 parent 6a658d2 commit a20d389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [1.2] - unreleased
## [1.2] - 2021-12-06
### Fixed
- proper escaping of ` `, `+` and `%` in `file://`, `hdfs://`, `s3://` and `sftp://`
- don't lookup credentials from env (compatibility with v1.0) when there is a matching url in configuration
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject uio/uio "1.2-SNAPSHOT"
(defproject uio/uio "1.2"
:description "uio is a Clojure library and a command line tool for accessing HDFS, S3, SFTP and other file systems."

:repositories {"cloudera" "https://repository.cloudera.com/content/groups/cdh-releases-rcs"
Expand Down

0 comments on commit a20d389

Please sign in to comment.