Skip to content

Commit

Permalink
docs: bump the next version to 0.4.0 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia authored Oct 28, 2024
1 parent d426524 commit e444ed0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Asai.mli
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

(** {1 Core API} *)

(** Locations and ranges. *)
(** Positions and ranges in a string or a file. *)
module Range = Range

(** Texts that preserve pretty-printing structures.
@since 0.3.2 *)
@since 0.4.0 *)
module Text = Text

(** Located texts. "Loctext" is a portmanteau of "locate" and "text".
@since 0.3.2 *)
@since 0.4.0 *)
module Loctext = Loctext

(** The definition of diagnostics and some utility functions. *)
Expand Down

0 comments on commit e444ed0

Please sign in to comment.