Release ruma-common 0.6.0
This commit is contained in:
		
							parent
							
								
									e6b48fb564
								
							
						
					
					
						commit
						7602570e21
					
				| @ -23,7 +23,7 @@ server = [] | |||||||
| [dependencies] | [dependencies] | ||||||
| ruma-api = { version = "0.17.2", path = "../ruma-api" } | ruma-api = { version = "0.17.2", path = "../ruma-api" } | ||||||
| ruma-client-api = { version = "0.11.2", path = "../ruma-client-api", features = ["client"], optional = true } | ruma-client-api = { version = "0.11.2", path = "../ruma-client-api", features = ["client"], optional = true } | ||||||
| ruma-common = { version = "0.5.4", path = "../ruma-common" } | ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||||
| ruma-events = { version = "0.23.3", path = "../ruma-events" } | ruma-events = { version = "0.23.3", path = "../ruma-events" } | ||||||
| ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } | ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } | ||||||
| ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ||||||
|  | |||||||
| @ -35,7 +35,7 @@ js_int = { version = "0.2.0", features = ["serde"] } | |||||||
| maplit = "1.0.2" | maplit = "1.0.2" | ||||||
| percent-encoding = "2.1.0" | percent-encoding = "2.1.0" | ||||||
| ruma-api = { version = "0.17.2", path = "../ruma-api" } | ruma-api = { version = "0.17.2", path = "../ruma-api" } | ||||||
| ruma-common = { version = "0.5.4", path = "../ruma-common" } | ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||||
| ruma-events = { version = "0.23.3", path = "../ruma-events" } | ruma-events = { version = "0.23.3", path = "../ruma-events" } | ||||||
| ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } | ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } | ||||||
| ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ||||||
|  | |||||||
| @ -47,7 +47,7 @@ isahc-crate = { package = "isahc", version = "1.3.1", optional = true } | |||||||
| reqwest = { version = "0.11.4", optional = true, default-features = false } | reqwest = { version = "0.11.4", optional = true, default-features = false } | ||||||
| ruma-api = { version = "0.17.2", path = "../ruma-api" } | ruma-api = { version = "0.17.2", path = "../ruma-api" } | ||||||
| ruma-client-api = { version = "0.11.2", path = "../ruma-client-api", optional = true, features = ["client"] } | ruma-client-api = { version = "0.11.2", path = "../ruma-client-api", optional = true, features = ["client"] } | ||||||
| ruma-common = { version = "0.5.4", path = "../ruma-common" } | ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||||
| ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } | ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } | ||||||
| ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ||||||
| serde = { version = "1.0.118", features = ["derive"] } | serde = { version = "1.0.118", features = ["derive"] } | ||||||
|  | |||||||
| @ -1,5 +1,12 @@ | |||||||
| # [unreleased] | # [unreleased] | ||||||
| 
 | 
 | ||||||
|  | # 0.6.0 | ||||||
|  | 
 | ||||||
|  | Breaking changes: | ||||||
|  | 
 | ||||||
|  | * Make a few enums non-exhaustive | ||||||
|  | * Upgrade dependencies | ||||||
|  | 
 | ||||||
| # 0.5.4 | # 0.5.4 | ||||||
| 
 | 
 | ||||||
| Improvements: | Improvements: | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| [package] | [package] | ||||||
| name = "ruma-common" | name = "ruma-common" | ||||||
| version = "0.5.4" | version = "0.6.0" | ||||||
| authors = ["Jonas Platte <jplatte@posteo.de>"] | authors = ["Jonas Platte <jplatte@posteo.de>"] | ||||||
| description = "Common types for other ruma crates." | description = "Common types for other ruma crates." | ||||||
| homepage = "https://www.ruma.io/" | homepage = "https://www.ruma.io/" | ||||||
|  | |||||||
| @ -27,7 +27,7 @@ criterion = { version = "0.3.3", optional = true } | |||||||
| indoc = "1.0" | indoc = "1.0" | ||||||
| js_int = { version = "0.2.0", features = ["serde"] } | js_int = { version = "0.2.0", features = ["serde"] } | ||||||
| pulldown-cmark = { version = "0.8", default-features = false, optional = true } | pulldown-cmark = { version = "0.8", default-features = false, optional = true } | ||||||
| ruma-common = { version = "0.5.4", path = "../ruma-common" } | ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||||
| ruma-events-macros = { version = "=0.23.3", path = "../ruma-events-macros" } | ruma-events-macros = { version = "=0.23.3", path = "../ruma-events-macros" } | ||||||
| ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers", features = ["serde"] } | ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers", features = ["serde"] } | ||||||
| ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ||||||
|  | |||||||
| @ -27,7 +27,7 @@ server = [] | |||||||
| [dependencies] | [dependencies] | ||||||
| js_int = { version = "0.2.0", features = ["serde"] } | js_int = { version = "0.2.0", features = ["serde"] } | ||||||
| ruma-api = { version = "0.17.2", path = "../ruma-api" } | ruma-api = { version = "0.17.2", path = "../ruma-api" } | ||||||
| ruma-common = { version = "0.5.4", path = "../ruma-common" } | ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||||
| ruma-events = { version = "0.23.3", path = "../ruma-events" } | ruma-events = { version = "0.23.3", path = "../ruma-events" } | ||||||
| ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } | ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } | ||||||
| ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ||||||
|  | |||||||
| @ -21,7 +21,7 @@ server = [] | |||||||
| [dependencies] | [dependencies] | ||||||
| js_int = { version = "0.2.0", features = ["serde"] } | js_int = { version = "0.2.0", features = ["serde"] } | ||||||
| ruma-api = { version = "0.17.2", path = "../ruma-api" } | ruma-api = { version = "0.17.2", path = "../ruma-api" } | ||||||
| ruma-common = { version = "0.5.4", path = "../ruma-common" } | ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||||
| ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } | ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } | ||||||
| ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ||||||
| serde = { version = "1.0.118", features = ["derive"] } | serde = { version = "1.0.118", features = ["derive"] } | ||||||
|  | |||||||
| @ -21,7 +21,7 @@ server = [] | |||||||
| [dependencies] | [dependencies] | ||||||
| js_int = { version = "0.2.0", features = ["serde"] } | js_int = { version = "0.2.0", features = ["serde"] } | ||||||
| ruma-api = { version = "0.17.2", path = "../ruma-api" } | ruma-api = { version = "0.17.2", path = "../ruma-api" } | ||||||
| ruma-common = { version = "0.5.4", path = "../ruma-common" } | ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||||
| ruma-events = { version = "0.23.3", path = "../ruma-events" } | ruma-events = { version = "0.23.3", path = "../ruma-events" } | ||||||
| ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } | ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } | ||||||
| ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ||||||
|  | |||||||
| @ -22,7 +22,7 @@ unstable-exhaustive-types = [] | |||||||
| itertools = "0.10.0" | itertools = "0.10.0" | ||||||
| js_int = "0.2.0" | js_int = "0.2.0" | ||||||
| maplit = "1.0.2" | maplit = "1.0.2" | ||||||
| ruma-common = { version = "0.5.4", path = "../ruma-common" } | ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||||
| ruma-events = { version = "0.23.3", path = "../ruma-events" } | ruma-events = { version = "0.23.3", path = "../ruma-events" } | ||||||
| ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } | ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } | ||||||
| ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ||||||
|  | |||||||
| @ -119,7 +119,7 @@ unstable-pre-spec = [ | |||||||
| assign = "1.1.1" | assign = "1.1.1" | ||||||
| js_int = "0.2.0" | js_int = "0.2.0" | ||||||
| 
 | 
 | ||||||
| ruma-common = { version = "0.5.4", path = "../ruma-common" } | ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||||
| ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers", features = ["serde"] } | ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers", features = ["serde"] } | ||||||
| ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ruma-serde = { version = "0.5.0", path = "../ruma-serde" } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user