Bump version for typed/racket/unsafe addition

Also add history annotations to docs
This commit is contained in:
Asumu Takikawa 2015-09-30 15:35:48 -04:00
parent eb90cd4e8c
commit 2cbadeaccc
7 changed files with 12 additions and 8 deletions

View File

@ -11,4 +11,4 @@
(define pkg-authors '(samth stamourv))
(define version "1.1")
(define version "1.3")

View File

@ -12,7 +12,7 @@
"at-exp-lib"
"scribble-lib"
"pict-lib"
"typed-racket-lib"
("typed-racket-lib" #:version "1.3")
"typed-racket-compatibility"
"typed-racket-more"
"racket-doc"))
@ -23,4 +23,4 @@
(define pkg-authors '(samth stamourv))
(define version "1.1")
(define version "1.3")

View File

@ -18,6 +18,8 @@ behavior and may even crash Typed Racket.
Unlike @racket[require/typed], this form is unsafe and will not generate
contracts that correspond to the specified types to check that the values
actually match their types.
@history[#:added "1.3"]
}
@defform[(unsafe-provide provide-spec ...)]{
@ -27,4 +29,6 @@ behavior and may even crash Typed Racket.
Unlike @racket[provide], this form is unsafe and Typed Racket will not generate
any contracts that correspond to the specified types. This means that uses of the
exports in other modules may circumvent the type system's invariants.
@history[#:added "1.3"]
}

View File

@ -12,4 +12,4 @@
(define pkg-authors '(samth stamourv))
(define version "1.1")
(define version "1.3")

View File

@ -19,4 +19,4 @@
(define pkg-authors '(samth stamourv))
(define version "1.2")
(define version "1.3")

View File

@ -4,7 +4,7 @@
(define deps '("redex-lib"
"sandbox-lib"
("base" #:version "6.2.900.16")
"typed-racket-lib"
("typed-racket-lib" #:version "1.3")
"typed-racket-more"
"typed-racket-compatibility"
"2d"
@ -29,7 +29,7 @@
(define pkg-authors '(samth stamourv endobson asumu))
(define version "1.1")
(define version "1.3")
;; Collection info

View File

@ -11,4 +11,4 @@
(define pkg-authors '(samth stamourv))
(define version "1.1")
(define version "1.3")