File tree 2 files changed +18
-8
lines changed
2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1
- ## Changes between Pantomime 2.10 .0 and 2.11 .0 (unreleased)
1
+ ## Changes between Pantomime 2.11 .0 and 2.12 .0 (unreleased)
2
2
3
3
No changes yet.
4
4
5
5
6
+ ## Changes between Pantomime 2.10.0 and 2.11.0 (March 6th, 2019)
7
+
8
+ ### Apache Tika 1.19.1
9
+
10
+ Apache Tika dependency has been upgraded to [ 1.19.1] ( https://tika.apache.org/1.19.1/index.html ) .
11
+
12
+ GitHub issue: [ #29 ] ( https://github.com/michaelklishin/pantomime/issues/29 )
13
+
14
+ ### Clojure 1.10
15
+
16
+ The library now depends on Clojure 1.10.
17
+
6
18
## Changes between Pantomime 2.9.0 and 2.10.0 (Jan 19th, 2018)
7
19
8
20
### Apache Tika 1.17
@@ -26,12 +38,10 @@ Several functions now accept `TikaConfig` instances.
26
38
27
39
Contributed by ejshoen.
28
40
29
-
30
- ## Clojure 1.8
41
+ ### Clojure 1.8
31
42
32
43
The library now depends on Clojure 1.8.
33
44
34
-
35
45
### Namespaced Keys
36
46
37
47
Extraction functions now return namespaced keywords.
Original file line number Diff line number Diff line change 1
- (defproject com.novemberain /pantomime " 2.11.0-SNAPSHOT "
1
+ (defproject com.novemberain /pantomime " 2.11.0"
2
2
:min-lein-version " 2.5.1"
3
3
:description " A minimalistic Clojure interface to Apache Tika"
4
4
:url " http://github.com/michaelklishin/pantomime"
5
5
:license { :name " Eclipse Public License" }
6
6
:source-paths [" src/clojure" ]
7
- :dependencies [[org.clojure/clojure " 1.9 .0" ]
7
+ :dependencies [[org.clojure/clojure " 1.10 .0" ]
8
8
[org.apache.tika/tika-parsers " 1.19.1" ]
9
9
[org.apache.commons/commons-compress " 1.18" ]]
10
10
:profiles {:dev {:resource-paths [" test/resources" ]
11
11
:dependencies [[clj-http " 3.9.1" ]]}
12
- :1.8 {:dependencies [[org.clojure/clojure " 1.8 .0" ]]}
13
- :master {:dependencies [[org.clojure/clojure " 1.10 .0-master-SNAPSHOT" ]]}
12
+ :1.9 {:dependencies [[org.clojure/clojure " 1.9 .0" ]]}
13
+ :master {:dependencies [[org.clojure/clojure " 1.11 .0-master-SNAPSHOT" ]]}
14
14
}
15
15
:repositories {" sonatype" {:url " https://oss.sonatype.org/content/repositories/releases"
16
16
:snapshots false
You can’t perform that action at this time.
0 commit comments