Bump version for typed/racket/unsafe addition
Also add history annotations to docs
This commit is contained in:
parent
eb90cd4e8c
commit
2cbadeaccc
|
@ -11,4 +11,4 @@
|
|||
|
||||
(define pkg-authors '(samth stamourv))
|
||||
|
||||
(define version "1.1")
|
||||
(define version "1.3")
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -12,4 +12,4 @@
|
|||
|
||||
(define pkg-authors '(samth stamourv))
|
||||
|
||||
(define version "1.1")
|
||||
(define version "1.3")
|
||||
|
|
|
@ -19,4 +19,4 @@
|
|||
|
||||
(define pkg-authors '(samth stamourv))
|
||||
|
||||
(define version "1.2")
|
||||
(define version "1.3")
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -11,4 +11,4 @@
|
|||
|
||||
(define pkg-authors '(samth stamourv))
|
||||
|
||||
(define version "1.1")
|
||||
(define version "1.3")
|
||||
|
|
Loading…
Reference in New Issue
Block a user