mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Bump version to v0.22.1
This commit is contained in:
		
							
								
								
									
										12
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@@ -1,19 +1,9 @@
 | 
				
			|||||||
# unreleased
 | 
					# v0.22.1
 | 
				
			||||||
 | 
					 | 
				
			||||||
## Features
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Bugfixes
 | 
					## Bugfixes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Bring back pre-processing of ANSI escape characters to so that some common `bat` use cases starts working again. See #2308 (@Enselic)
 | 
					- Bring back pre-processing of ANSI escape characters to so that some common `bat` use cases starts working again. See #2308 (@Enselic)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Other
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Syntaxes
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Themes
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## `bat` as a library
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
# v0.22.0
 | 
					# v0.22.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -74,7 +74,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "bat"
 | 
					name = "bat"
 | 
				
			||||||
version = "0.22.0"
 | 
					version = "0.22.1"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "ansi_colours",
 | 
					 "ansi_colours",
 | 
				
			||||||
 "ansi_term",
 | 
					 "ansi_term",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@ homepage = "https://github.com/sharkdp/bat"
 | 
				
			|||||||
license = "MIT/Apache-2.0"
 | 
					license = "MIT/Apache-2.0"
 | 
				
			||||||
name = "bat"
 | 
					name = "bat"
 | 
				
			||||||
repository = "https://github.com/sharkdp/bat"
 | 
					repository = "https://github.com/sharkdp/bat"
 | 
				
			||||||
version = "0.22.0"
 | 
					version = "0.22.1"
 | 
				
			||||||
exclude = ["assets/syntaxes/*", "assets/themes/*"]
 | 
					exclude = ["assets/syntaxes/*", "assets/themes/*"]
 | 
				
			||||||
build = "build.rs"
 | 
					build = "build.rs"
 | 
				
			||||||
edition = '2018'
 | 
					edition = '2018'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user