Skip to content

Commit 2fa4494

Browse files
committed
Prepare release 0.2
1 parent a43623c commit 2fa4494

File tree

4 files changed

+29
-6
lines changed

4 files changed

+29
-6
lines changed

CHANGES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# 0.2 - 2022-04-14
2+
3+
- Build with dune.
4+
- Make the types abstract and add accessor functions.
5+
- Support fetching meta description and SEO image from the posts links.
6+
7+
# 0.1.3 - 2015-07-28
8+
9+
- Make river compatible with the latest syndic API
10+
11+
# 0.1.2 - 2015-03-24
12+
13+
- Refactoring modules.
14+
15+
# 0.1.1 - 2015-03-19
16+
17+
- Upgrading version number.
18+
19+
# 0.1 - 2015-03-15
20+
21+
- Initial release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# River
22

3-
[![Actions Status](https://github.com/tmattio/river/workflows/CI/badge.svg)](https://github.com/tmattio/river/actions)
3+
[![Actions Status](https://github.com/kayceesrk/river/workflows/CI/badge.svg)](https://github.com/kayceesrk/river/actions)
44

55
RSS2 and Atom feed aggregator for OCaml
66

dune-project

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
(lang dune 2.0)
1+
(lang dune 3.0)
22

33
(name river)
44

5-
(documentation "https://tmattio.github.io/river/")
5+
(documentation "https://kayceesrk.github.io/river/")
66

77
(source
88
(github kayceesrk/river))
@@ -34,4 +34,5 @@
3434
ptime
3535
lwt
3636
ocamlnet
37+
lambdasoup
3738
(odoc :with-doc)))

river.opam

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,23 @@ maintainer: ["KC Sivaramakrishnan <[email protected]>"]
66
authors: ["KC Sivaramakrishnan <[email protected]>"]
77
license: "MIT"
88
homepage: "https://github.com/kayceesrk/river"
9-
doc: "https://tmattio.github.io/river/"
9+
doc: "https://kayceesrk.github.io/river/"
1010
bug-reports: "https://github.com/kayceesrk/river/issues"
1111
depends: [
1212
"ocaml" {>= "4.08.0"}
13-
"dune"
13+
"dune" {>= "3.0"}
1414
"syndic" {>= "1.5"}
1515
"cohttp" {>= "5.0.0"}
1616
"cohttp-lwt" {>= "5.0.0"}
1717
"cohttp-lwt-unix" {>= "5.0.0"}
1818
"ptime"
1919
"lwt"
2020
"ocamlnet"
21+
"lambdasoup"
2122
"odoc" {with-doc}
2223
]
2324
build: [
24-
["dune" "subst"] {pinned}
25+
["dune" "subst"] {dev}
2526
[
2627
"dune"
2728
"build"

0 commit comments

Comments
 (0)