Skip to content

Commit

Permalink
Prepare release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmattio committed Apr 14, 2022
1 parent a43623c commit 2fa4494
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 6 deletions.
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 0.2 - 2022-04-14

- Build with dune.
- Make the types abstract and add accessor functions.
- Support fetching meta description and SEO image from the posts links.

# 0.1.3 - 2015-07-28

- Make river compatible with the latest syndic API

# 0.1.2 - 2015-03-24

- Refactoring modules.

# 0.1.1 - 2015-03-19

- Upgrading version number.

# 0.1 - 2015-03-15

- Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# River

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

RSS2 and Atom feed aggregator for OCaml

Expand Down
5 changes: 3 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(lang dune 2.0)
(lang dune 3.0)

(name river)

(documentation "https://tmattio.github.io/river/")
(documentation "https://kayceesrk.github.io/river/")

(source
(github kayceesrk/river))
Expand Down Expand Up @@ -34,4 +34,5 @@
ptime
lwt
ocamlnet
lambdasoup
(odoc :with-doc)))
7 changes: 4 additions & 3 deletions river.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,23 @@ maintainer: ["KC Sivaramakrishnan <[email protected]>"]
authors: ["KC Sivaramakrishnan <[email protected]>"]
license: "MIT"
homepage: "https://github.com/kayceesrk/river"
doc: "https://tmattio.github.io/river/"
doc: "https://kayceesrk.github.io/river/"
bug-reports: "https://github.com/kayceesrk/river/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune"
"dune" {>= "3.0"}
"syndic" {>= "1.5"}
"cohttp" {>= "5.0.0"}
"cohttp-lwt" {>= "5.0.0"}
"cohttp-lwt-unix" {>= "5.0.0"}
"ptime"
"lwt"
"ocamlnet"
"lambdasoup"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down

0 comments on commit 2fa4494

Please sign in to comment.